mirror of https://github.com/GNOME/gimp.git
do actually use a save dialog here. Fixes bug #159194.
2004-11-23 Sven Neumann <sven@gimp.org> * plug-ins/imagemap/imap_file.c (do_file_save_as_dialog): do actually use a save dialog here. Fixes bug #159194.
This commit is contained in:
parent
f653295e5d
commit
f6288226c3
|
@ -1,3 +1,8 @@
|
||||||
|
2004-11-23 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
|
* plug-ins/imagemap/imap_file.c (do_file_save_as_dialog): do
|
||||||
|
actually use a save dialog here. Fixes bug #159194.
|
||||||
|
|
||||||
2004-11-23 Sven Neumann <sven@gimp.org>
|
2004-11-23 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
* app/core/gimpdrawable.c (gimp_drawable_resize): do nothing if
|
* app/core/gimpdrawable.c (gimp_drawable_resize): do nothing if
|
||||||
|
|
|
@ -165,7 +165,7 @@ do_file_save_as_dialog (void)
|
||||||
dialog =
|
dialog =
|
||||||
gtk_file_chooser_dialog_new (_("Save Imagemap"),
|
gtk_file_chooser_dialog_new (_("Save Imagemap"),
|
||||||
NULL,
|
NULL,
|
||||||
GTK_FILE_CHOOSER_ACTION_OPEN,
|
GTK_FILE_CHOOSER_ACTION_SAVE,
|
||||||
|
|
||||||
GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
|
GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
|
||||||
GTK_STOCK_OPEN, GTK_RESPONSE_OK,
|
GTK_STOCK_OPEN, GTK_RESPONSE_OK,
|
||||||
|
|
Loading…
Reference in New Issue