mirror of https://github.com/GNOME/gimp.git
use GTK_STOCK_SAVE for the save dialog (bug #164864).
2005-01-22 Sven Neumann <sven@gimp.org> * plug-ins/imagemap/imap_file.c (do_file_save_as_dialog): use GTK_STOCK_SAVE for the save dialog (bug #164864).
This commit is contained in:
parent
1960d78cce
commit
03b1b91539
|
@ -1,3 +1,8 @@
|
|||
2005-01-22 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* plug-ins/imagemap/imap_file.c (do_file_save_as_dialog): use
|
||||
GTK_STOCK_SAVE for the save dialog (bug #164864).
|
||||
|
||||
2005-01-21 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* app/display/gimpdisplayshell.c: #include gimpbase.h for declaration
|
||||
|
|
|
@ -168,7 +168,7 @@ do_file_save_as_dialog (void)
|
|||
GTK_FILE_CHOOSER_ACTION_SAVE,
|
||||
|
||||
GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
|
||||
GTK_STOCK_OPEN, GTK_RESPONSE_OK,
|
||||
GTK_STOCK_SAVE, GTK_RESPONSE_OK,
|
||||
|
||||
NULL);
|
||||
|
||||
|
|
Loading…
Reference in New Issue