summaryrefslogtreecommitdiffstats
path: root/src/Gui/ccgui.glade
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2009-09-09 16:41:11 +0200
committerJiri Moskovcak <jmoskovc@redhat.com>2009-09-09 16:41:11 +0200
commit45a0e08efabebe77a1ce6ce45510320e2278009f (patch)
treef33da998073cf7e68872b5232db878efc84734ef /src/Gui/ccgui.glade
parent320b7eae1821cb3f92a8e19d6ea6fa70be552d29 (diff)
downloadabrt-45a0e08efabebe77a1ce6ce45510320e2278009f.tar.gz
abrt-45a0e08efabebe77a1ce6ce45510320e2278009f.tar.xz
abrt-45a0e08efabebe77a1ce6ce45510320e2278009f.zip
GUI: more global settings (still "read-only")
Diffstat (limited to 'src/Gui/ccgui.glade')
-rw-r--r--src/Gui/ccgui.glade11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/Gui/ccgui.glade b/src/Gui/ccgui.glade
index 67bf6fa3..991b4e30 100644
--- a/src/Gui/ccgui.glade
+++ b/src/Gui/ccgui.glade
@@ -141,18 +141,17 @@ Zdenek Prikryl &lt;zprikryl@redhat.com&gt;</property>
<widget class="GtkMenu" id="menu1">
<property name="visible">True</property>
<child>
- <widget class="GtkImageMenuItem" id="miPreferences">
- <property name="label">gtk-preferences</property>
+ <widget class="GtkMenuItem" id="miPlugins">
<property name="visible">True</property>
- <property name="use_underline">True</property>
- <property name="use_stock">True</property>
+ <property name="label" translatable="yes">Plugins</property>
</widget>
</child>
<child>
- <widget class="GtkMenuItem" id="miSettings">
+ <widget class="GtkImageMenuItem" id="miPreferences">
+ <property name="label">gtk-preferences</property>
<property name="visible">True</property>
- <property name="label" translatable="yes">Global settings</property>
<property name="use_underline">True</property>
+ <property name="use_stock">True</property>
</widget>
</child>
</widget>