avoid conflicting mnemonics the menus no longer have images, silence the

2002-10-01  Jody Goldberg <jody@gnome.org>

	* gnome-ui-properties.glade : avoid conflicting mnemonics
	* gnome-ui-properties.c (set_have_icons) : the menus no  longer have
	  images, silence the warnings.
This commit is contained in:
Jody Goldberg 2002-10-01 15:18:37 +00:00 committed by Jody Goldberg
parent 656f1dd33f
commit cd18ba358c
4 changed files with 15 additions and 3 deletions

8
NEWS
View file

@ -1,3 +1,11 @@
gnome-control-center 2.1.0.1
Jody:
* Some minor ui tweaks for accessx.
* Some aix portabiltiy patches
* fix accelerators for ui-properties capplet.
------------------------------------------------------------------------------
gnome-control-center 2.0.1
Chema:

View file

@ -1,3 +1,9 @@
2002-10-01 Jody Goldberg <jody@gnome.org>
* gnome-ui-properties.glade : avoid conflicting mnemonics
* gnome-ui-properties.c (set_have_icons) : the menus no longer have
images, silence the warnings.
2002-09-10 Jody Goldberg <jody@gnome.org>
http://bugzilla.gnome.org/show_bug.cgi?id=76419

View file

@ -164,13 +164,11 @@ set_have_icons (GladeXML *dialog, gboolean value)
{
static char *menu_item_names[] =
{
"File Menu",
"menu_item_1",
"menu_item_2",
"menu_item_3",
"menu_item_4",
"menu_item_5",
"edit1",
"cut1",
"copy1",
"paste1",

View file

@ -317,7 +317,7 @@
<widget class="GtkCheckButton" id="menu_icons_toggle">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="label" translatable="yes">_Show icons in menus</property>
<property name="label" translatable="yes">Show _icons in menus</property>
<property name="use_underline">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<property name="active">True</property>