Diff of /trunk/src/mm_poi.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 179 by harbaum, Thu Nov 12 20:51:33 2009 UTC revision 198 by harbaum, Thu Nov 19 12:38:03 2009 UTC
# Line 301  static void on_browse(GtkWidget *widget, Line 301  static void on_browse(GtkWidget *widget,
301                                         GTK_WINDOW(context->dialog),                                         GTK_WINDOW(context->dialog),
302                                         GTK_FILE_CHOOSER_ACTION_SAVE,                                         GTK_FILE_CHOOSER_ACTION_SAVE,
303                                         GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,                                         GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
304                                         GTK_STOCK_OPEN, GTK_RESPONSE_ACCEPT,                                         GTK_STOCK_SAVE, GTK_RESPONSE_ACCEPT,
305                                         NULL);                                         NULL);
306  #endif  #endif
307    

Legend:
Removed from v.179  
changed lines
  Added in v.198