mirror of https://github.com/GNOME/gimp.git
readded a toggle for "confirm-on-close" that seems to have been lost some
2003-11-15 Sven Neumann <sven@gimp.org> * app/gui/preferences-dialog.c: readded a toggle for "confirm-on-close" that seems to have been lost some day.
This commit is contained in:
parent
edb13f4c6a
commit
4f0c837f16
|
@ -1,3 +1,8 @@
|
|||
2003-11-15 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/gui/preferences-dialog.c: readded a toggle for
|
||||
"confirm-on-close" that seems to have been lost some day.
|
||||
|
||||
2003-11-15 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* libgimpmodule/gimpmodule.c: removed newlines from messages,
|
||||
|
|
|
@ -1829,6 +1829,11 @@ prefs_dialog_new (Gimp *gimp,
|
|||
|
||||
/* File Saving */
|
||||
vbox2 = prefs_frame_new (_("File Saving"), GTK_CONTAINER (vbox), FALSE);
|
||||
|
||||
prefs_check_button_add (object, "confirm-on-close",
|
||||
_("Confirm Closing of Unsaved Images"),
|
||||
GTK_BOX (vbox2));
|
||||
|
||||
table = prefs_table_new (2, GTK_CONTAINER (vbox2), TRUE);
|
||||
|
||||
prefs_boolean_option_menu_add (object, "trust-dirty-flag",
|
||||
|
|
|
@ -1829,6 +1829,11 @@ prefs_dialog_new (Gimp *gimp,
|
|||
|
||||
/* File Saving */
|
||||
vbox2 = prefs_frame_new (_("File Saving"), GTK_CONTAINER (vbox), FALSE);
|
||||
|
||||
prefs_check_button_add (object, "confirm-on-close",
|
||||
_("Confirm Closing of Unsaved Images"),
|
||||
GTK_BOX (vbox2));
|
||||
|
||||
table = prefs_table_new (2, GTK_CONTAINER (vbox2), TRUE);
|
||||
|
||||
prefs_boolean_option_menu_add (object, "trust-dirty-flag",
|
||||
|
|
Loading…
Reference in New Issue