Show
Ignore:
Timestamp:
08/06/06 17:54:33 (2 years ago)
Author:
jordi
Message:

Applied patch by tbm at home dot nl in bug #58. Changes the accept button of the Save a Copy... dialog from Open to Save.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/gtk/MainView.cxx

    r249 r251  
    381381            GTK_FILE_CHOOSER_ACTION_SAVE, 
    382382            GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, 
    383             GTK_STOCK_OPEN, GTK_RESPONSE_ACCEPT, 
     383            GTK_STOCK_SAVE, GTK_RESPONSE_ACCEPT, 
    384384            NULL); 
    385385    gtk_dialog_set_alternative_button_order (GTK_DIALOG (saveDialog),