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:
Sven Neumann 2003-11-15 13:08:41 +00:00 committed by Sven Neumann
parent edb13f4c6a
commit 4f0c837f16
3 changed files with 15 additions and 0 deletions

View File

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

View File

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

View File

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