summaryrefslogtreecommitdiff
path: root/capplets
diff options
context:
space:
mode:
authorJody Goldberg <jody@gnome.org>2002-10-01 15:18:37 +0000
committerJody Goldberg <jody@src.gnome.org>2002-10-01 15:18:37 +0000
commitcd18ba358c5c0de683533b2c7160646bfa66bfd1 (patch)
tree9ed45dd93bbe1d9fe6501bfdf1b37adc1eedb31d /capplets
parent656f1dd33fd705a4f4814ce0bb0f23298d3544d0 (diff)
downloadgnome-control-center-GNOME_CONTROL_CENTER_2_1_0_1.tar.gz
avoid conflicting mnemonics the menus no longer have images, silence theGNOME_CONTROL_CENTER_2_1_0_1
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.
Diffstat (limited to 'capplets')
-rw-r--r--capplets/ui-properties/ChangeLog6
-rw-r--r--capplets/ui-properties/gnome-ui-properties.c2
-rw-r--r--capplets/ui-properties/gnome-ui-properties.glade2
3 files changed, 7 insertions, 3 deletions
diff --git a/capplets/ui-properties/ChangeLog b/capplets/ui-properties/ChangeLog
index cb7c6433f..c9fcb120c 100644
--- a/capplets/ui-properties/ChangeLog
+++ b/capplets/ui-properties/ChangeLog
@@ -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
diff --git a/capplets/ui-properties/gnome-ui-properties.c b/capplets/ui-properties/gnome-ui-properties.c
index 3fd667884..10013c123 100644
--- a/capplets/ui-properties/gnome-ui-properties.c
+++ b/capplets/ui-properties/gnome-ui-properties.c
@@ -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",
diff --git a/capplets/ui-properties/gnome-ui-properties.glade b/capplets/ui-properties/gnome-ui-properties.glade
index ebed6892b..8e3dc07da 100644
--- a/capplets/ui-properties/gnome-ui-properties.glade
+++ b/capplets/ui-properties/gnome-ui-properties.glade
@@ -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>