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 120600 - Use "Browse..." instead of just "..."
Use "Browse..." instead of just "..."
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: User Interface
unspecified
Other All
: Normal trivial
: ---
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks: 92468
 
 
Reported: 2003-08-24 14:13 UTC by Alan Horkan
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
changes ... to browse... not tested, hopefully it will work tho' as it is fairly uncomplicated (563 bytes, patch)
2003-08-24 14:16 UTC, Alan Horkan
none Details | Review

Description Alan Horkan 2003-08-24 14:13:16 UTC
It is a HIG thing.  

it is far clearer to have a button labelled
"Browse..." instead of just "...", clearer in that
you have the word to read, and you have a larger
easier to hit button.  

I dont think this problems occurs much outside of
script-fu.
Comment 1 Alan Horkan 2003-08-24 14:16:42 UTC
Created attachment 19473 [details] [review]
changes ... to browse...  not tested, hopefully it will work tho' as it is fairly uncomplicated
Comment 2 Sven Neumann 2003-08-24 21:28:03 UTC
Yes, these widgets suck and your patch seems like an improvement.

Don't know why it is necessary to cite the HIG here w/o any reference.
Seems fairly off-topic.
Comment 3 Alan Horkan 2003-08-24 23:13:01 UTC
I try to find the specific reference later.   

damn, I should probably resubmit the patch with a mnemonic under the B 
in _Browse.   

as you seem to agree with patch I'll shut up while I am ahead.  
Comment 4 Sven Neumann 2003-08-27 14:33:30 UTC
The patch is completely bogus since it doesn't change the label of the
buttons in question. The code that creates these widgets is found in
libgimp/gimp[brush|gradient|pattern]menu.c.
Comment 5 Sven Neumann 2003-11-02 17:28:48 UTC
2003-11-02  Sven Neumann  <sven@gimp.org>

	* libgimp/gimpbrushmenu.c 
	* libgimp/gimppatternmenu.c: use "Browse..." instead of "..."
	(bug #120600).