mirror of https://github.com/GNOME/gimp.git
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:
parent
5aeac72ef1
commit
5bf8abfaf5
|
@ -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>
|
2004-09-25 Michael Natterer <mitch@gimp.org>
|
||||||
|
|
||||||
* app/core/gimpimage-qmask.h: added comment about not changing the
|
* app/core/gimpimage-qmask.h: added comment about not changing the
|
||||||
|
|
|
@ -121,7 +121,7 @@ gimp_display_shell_close_dialog (GimpDisplayShell *shell,
|
||||||
gimp_standard_help_func,
|
gimp_standard_help_func,
|
||||||
GIMP_HELP_FILE_CLOSE_CONFIRM,
|
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_CANCEL, GTK_RESPONSE_CANCEL,
|
||||||
GTK_STOCK_SAVE, RESPONSE_SAVE,
|
GTK_STOCK_SAVE, RESPONSE_SAVE,
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue