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:
Sven Neumann 2005-01-22 02:49:46 +00:00 committed by Sven Neumann
parent 1960d78cce
commit 03b1b91539
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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);