applied patch from Alexandre Prokoudine that adds a missing mnemonic (bug

2006-02-17  Sven Neumann  <sven@gimp.org>

	* app/dialogs/desaturate-dialog.c: applied patch from Alexandre
	Prokoudine that adds a missing mnemonic (bug #331473).
This commit is contained in:
Sven Neumann 2006-02-17 07:15:52 +00:00 committed by Sven Neumann
parent a081644106
commit 40632641e4
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2006-02-17 Sven Neumann <sven@gimp.org>
* app/dialogs/desaturate-dialog.c: applied patch from Alexandre
Prokoudine that adds a missing mnemonic (bug #331473).
2006-02-17 Sven Neumann <sven@gimp.org> 2006-02-17 Sven Neumann <sven@gimp.org>
* plug-ins/common/iwarp.c * plug-ins/common/iwarp.c

View File

@ -68,7 +68,7 @@ desaturate_dialog_new (GimpDrawable *drawable,
NULL); NULL);
button = gtk_dialog_add_button (GTK_DIALOG (dialog->dialog), button = gtk_dialog_add_button (GTK_DIALOG (dialog->dialog),
_("Desaturate"), GTK_RESPONSE_OK); _("_Desaturate"), GTK_RESPONSE_OK);
gtk_button_set_image (GTK_BUTTON (button), gtk_button_set_image (GTK_BUTTON (button),
gtk_image_new_from_stock (GIMP_STOCK_CONVERT_GRAYSCALE, gtk_image_new_from_stock (GIMP_STOCK_CONVERT_GRAYSCALE,
GTK_ICON_SIZE_BUTTON)); GTK_ICON_SIZE_BUTTON));