libgimp/gimpbrushmenu.c added mnenonic for "Browse...".

2003-11-02  Sven Neumann  <sven@gimp.org>

	* libgimp/gimpbrushmenu.c
	* libgimp/gimppatternmenu.c: added mnenonic for "Browse...".
This commit is contained in:
Sven Neumann
2003-11-02 18:59:55 +00:00
committed by Sven Neumann
parent 5795f10ad3
commit 5d32ce9cd3
3 changed files with 7 additions and 2 deletions

View File

@ -158,7 +158,7 @@ gimp_brush_select_widget_new (const gchar *title,
G_CALLBACK (gimp_brush_select_preview_events),
brush_sel);
brush_sel->button = gtk_button_new_with_label (_("Browse..."));
brush_sel->button = gtk_button_new_with_mnemonic (_("_Browse..."));
gtk_box_pack_end (GTK_BOX (hbox), brush_sel->button, FALSE, FALSE, 0);
gtk_widget_show (brush_sel->button);