summaryrefslogtreecommitdiffstats
path: root/src/gui-wizard-gtk/wizard.glade
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2011-03-03 14:40:21 +0100
committerDenys Vlasenko <dvlasenk@redhat.com>2011-03-03 14:40:21 +0100
commit4f36e7d48a9bf879685513b216430de40f636686 (patch)
tree04615e450e26151bfac333bb792ed2004030188a /src/gui-wizard-gtk/wizard.glade
parent0480abdfc05bc4bb785b3c89714795bb6d0e0f69 (diff)
downloadabrt-4f36e7d48a9bf879685513b216430de40f636686.tar.gz
abrt-4f36e7d48a9bf879685513b216430de40f636686.tar.xz
abrt-4f36e7d48a9bf879685513b216430de40f636686.zip
gui-wizard-gtk: add selectable directory name on page #1
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'src/gui-wizard-gtk/wizard.glade')
-rw-r--r--src/gui-wizard-gtk/wizard.glade34
1 files changed, 33 insertions, 1 deletions
diff --git a/src/gui-wizard-gtk/wizard.glade b/src/gui-wizard-gtk/wizard.glade
index e35f5e15..0ef58259 100644
--- a/src/gui-wizard-gtk/wizard.glade
+++ b/src/gui-wizard-gtk/wizard.glade
@@ -40,6 +40,38 @@
</packing>
</child>
<child>
+ <object class="GtkHBox" id="hbox2">
+ <property name="visible">True</property>
+ <child>
+ <object class="GtkLabel" id="label13">
+ <property name="visible">True</property>
+ <property name="ypad">5</property>
+ <property name="label" translatable="yes">Problem data is stored in:</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="lbl_dirname">
+ <property name="visible">True</property>
+ <property name="xalign">0</property>
+ <property name="xpad">5</property>
+ <property name="ypad">5</property>
+ <property name="selectable">True</property>
+ </object>
+ <packing>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="position">2</property>
+ </packing>
+ </child>
+ <child>
<object class="GtkExpander" id="expander1">
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -65,7 +97,7 @@
</child>
</object>
<packing>
- <property name="position">2</property>
+ <property name="position">3</property>
</packing>
</child>
</object>