Changeset 251
- Timestamp:
- 08/06/06 17:54:33 (2 years ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
THANKS (modified) (1 diff)
-
src/gtk/MainView.cxx (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/THANKS
r246 r251 6 6 - Moritz Heiber <moe@xfce.org>, for his German translation. 7 7 - Mr_Moustache <mr.moustache@laposte.net>, for his French translation. 8 - tbm <tbm@home.nl>, for his patches. 8 9 - VnPenguin <vnpenguin@gmail.com>, for his Vietnamese translation. 9 10 - Wei-Lun Chao <chaoweilun@pcmail.com.tw>, for his Traditional Chinese translation. -
trunk/src/gtk/MainView.cxx
r249 r251 381 381 GTK_FILE_CHOOSER_ACTION_SAVE, 382 382 GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, 383 GTK_STOCK_ OPEN, GTK_RESPONSE_ACCEPT,383 GTK_STOCK_SAVE, GTK_RESPONSE_ACCEPT, 384 384 NULL); 385 385 gtk_dialog_set_alternative_button_order (GTK_DIALOG (saveDialog),
