Diff of /trunk/src/garmin_export.c

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

revision 197 by harbaum, Thu Jun 25 15:24:24 2009 UTC revision 198 by harbaum, Thu Nov 19 12:38:03 2009 UTC
# Line 120  static void on_browse(GtkWidget *widget, Line 120  static void on_browse(GtkWidget *widget,
120                                         GTK_WINDOW(context->dialog),                                         GTK_WINDOW(context->dialog),
121                                         GTK_FILE_CHOOSER_ACTION_SAVE,                                         GTK_FILE_CHOOSER_ACTION_SAVE,
122                                         GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,                                         GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
123                                         GTK_STOCK_OPEN, GTK_RESPONSE_ACCEPT,                                         GTK_STOCK_SAVE, GTK_RESPONSE_ACCEPT,
124                                         NULL);                                         NULL);
125  #endif  #endif
126    

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