mirror of https://github.com/GNOME/gimp.git
improved message in quit dialog just in case that we don't manage to redo
2004-06-21 Sven Neumann <sven@gimp.org> * app/gui/gui.c (gui_exit_callback): improved message in quit dialog just in case that we don't manage to redo this dialog before 2.2.
This commit is contained in:
parent
2670ce0bf8
commit
57ce8c61be
|
@ -1,3 +1,9 @@
|
|||
2004-06-21 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/gui/gui.c (gui_exit_callback): improved message in quit
|
||||
dialog just in case that we don't manage to redo this dialog
|
||||
before 2.2.
|
||||
|
||||
2004-06-21 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* libgimpwidgets/gimpwidgets.[ch]
|
||||
|
|
|
@ -396,7 +396,7 @@ gui_exit_callback (Gimp *gimp,
|
|||
gimp_standard_help_func,
|
||||
GIMP_HELP_FILE_QUIT_CONFIRM,
|
||||
GIMP_STOCK_WILBER_EEK,
|
||||
_("Some files are unsaved.\n\n"
|
||||
_("Some images have unsaved changes.\n\n"
|
||||
"Really quit The GIMP?"),
|
||||
GTK_STOCK_QUIT, GTK_STOCK_CANCEL,
|
||||
NULL, NULL,
|
||||
|
|
Loading…
Reference in New Issue