After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 314191 - mnemonics for Sample Colorize
mnemonics for Sample Colorize
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: Plugins
git master
Other All
: Normal enhancement
: 2.4
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2005-08-22 18:00 UTC by david gowers
Modified: 2005-08-22 23:22 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
adds mnemonics (899 bytes, patch)
2005-08-22 18:01 UTC, david gowers
committed Details | Review

Description david gowers 2005-08-22 18:00:33 UTC
The following patch adds 'Apply' + 'Get sample colors' mnemonics to this awesome
plugin, so it is much more keyboard-usable.
Comment 1 david gowers 2005-08-22 18:01:43 UTC
Created attachment 51141 [details] [review]
adds mnemonics
Comment 2 Michael Natterer 2005-08-22 18:12:56 UTC
Absolutely makes sense, thanks.
Comment 3 Michael Natterer 2005-08-22 21:14:01 UTC
Fixed in CVS:

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.
Comment 4 Sven Neumann 2005-08-22 23:22:18 UTC
Well, almost. Actually, both labels were wrong...

2005-08-23  Sven Neumann  <sven@gimp.org>

	* plug-ins/common/sample_colorize.c: use GTK_STOCK_APPLY and fixed
	capitalization in button label.