Changeset 251

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.

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/THANKS

    r246 r251  
    66    - Moritz Heiber <moe@xfce.org>, for his German translation. 
    77    - Mr_Moustache <mr.moustache@laposte.net>, for his French translation. 
     8    - tbm <tbm@home.nl>, for his patches. 
    89    - VnPenguin <vnpenguin@gmail.com>, for his Vietnamese translation. 
    910    - Wei-Lun Chao <chaoweilun@pcmail.com.tw>, for his Traditional Chinese translation. 
  • 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),