applied patch from David Gowers that adds mnemonics to all action area

2005-08-22  Michael Natterer  <mitch@gimp.org>

	* plug-ins/common/sample_colorize.c (smp_dialog): applied patch
	from David Gowers that adds mnemonics to all action area
	buttons. Fixes bug #314191.
This commit is contained in:
Michael Natterer 2005-08-22 21:13:43 +00:00 committed by Michael Natterer
parent d6e2ecde52
commit d593dbbf83
2 changed files with 10 additions and 4 deletions

View file

@ -1,3 +1,9 @@
2005-08-22 Michael Natterer <mitch@gimp.org>
* plug-ins/common/sample_colorize.c (smp_dialog): applied patch
from David Gowers that adds mnemonics to all action area
buttons. Fixes bug #314191.
2005-08-22 Sven Neumann <sven@gimp.org>
* app/core/gimpscanconvert.[ch]: converted comments to gtk-doc

View file

@ -1316,10 +1316,10 @@ smp_dialog (void)
NULL, 0,
gimp_standard_help_func, PLUG_IN_PROC,
GIMP_STOCK_RESET, RESPONSE_RESET,
_("Get sample colors"), RESPONSE_GET_COLORS,
GTK_STOCK_CLOSE, GTK_RESPONSE_CLOSE,
_("Apply"), GTK_RESPONSE_APPLY,
GIMP_STOCK_RESET, RESPONSE_RESET,
_("Get _sample colors"), RESPONSE_GET_COLORS,
GTK_STOCK_CLOSE, GTK_RESPONSE_CLOSE,
_("_Apply"), GTK_RESPONSE_APPLY,
NULL);