diff --git a/ChangeLog b/ChangeLog index 8472a464ae..7c179c5560 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-09-25 Sven Neumann + + * 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 * app/core/gimpimage-qmask.h: added comment about not changing the diff --git a/app/display/gimpdisplayshell-close.c b/app/display/gimpdisplayshell-close.c index 755f052691..5db3785e2f 100644 --- a/app/display/gimpdisplayshell-close.c +++ b/app/display/gimpdisplayshell-close.c @@ -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,