changed mnemonic so that you can close an image w/o saving it by using

2004-09-25  Sven Neumann  <sven@gimp.org>

	* app/display/gimpdisplayshell-close.c: changed mnemonic so that
	you can close an image w/o saving it by using Ctrl-W Alt-W.
This commit is contained in:
Sven Neumann 2004-09-25 17:33:30 +00:00 committed by Sven Neumann
parent 5aeac72ef1
commit 5bf8abfaf5
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2004-09-25 Sven Neumann <sven@gimp.org>
* app/display/gimpdisplayshell-close.c: changed mnemonic so that
you can close an image w/o saving it by using Ctrl-W Alt-W.
2004-09-25 Michael Natterer <mitch@gimp.org>
* app/core/gimpimage-qmask.h: added comment about not changing the

View File

@ -121,7 +121,7 @@ gimp_display_shell_close_dialog (GimpDisplayShell *shell,
gimp_standard_help_func,
GIMP_HELP_FILE_CLOSE_CONFIRM,
_("Cl_ose without Saving"), GTK_RESPONSE_CLOSE,
_("Close _without Saving"), GTK_RESPONSE_CLOSE,
GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
GTK_STOCK_SAVE, RESPONSE_SAVE,