summaryrefslogtreecommitdiff
path: root/rhimport.glade
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2010-03-01 15:59:46 (GMT)
committerChristian Pointner <equinox@helsinki.at>2010-03-01 15:59:46 (GMT)
commit68a72fc9a29c31d9dee577d8b317b10904371429 (patch)
tree5403f62cc6f34d861acc7dbc74a5193b932df7fc /rhimport.glade
parentdf6aa6819f9ad30395682f7a257926beca0dfcf3 (diff)
added empty carts checkbox and cmd line option
use german in gui
Diffstat (limited to 'rhimport.glade')
-rw-r--r--rhimport.glade24
1 files changed, 11 insertions, 13 deletions
diff --git a/rhimport.glade b/rhimport.glade
index 00ed60e..0cf2e39 100644
--- a/rhimport.glade
+++ b/rhimport.glade
@@ -31,14 +31,6 @@
<widget class="GtkHBox" id="hbox_mode">
<property name="visible">True</property>
<child>
- <widget class="GtkLabel" id="l_dummy_l">
- <property name="visible">True</property>
- </widget>
- <packing>
- <property name="position">0</property>
- </packing>
- </child>
- <child>
<widget class="GtkButton" id="b_mode">
<property name="label" translatable="yes">Modus</property>
<property name="width_request">130</property>
@@ -50,7 +42,7 @@
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
- <property name="position">1</property>
+ <property name="position">0</property>
</packing>
</child>
<child>
@@ -63,15 +55,21 @@
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
- <property name="position">2</property>
+ <property name="position">1</property>
</packing>
</child>
<child>
- <widget class="GtkLabel" id="l_dummy_r">
+ <widget class="GtkCheckButton" id="cb_clear_carts">
+ <property name="label" translatable="yes">Vor Import alle Carts leeren</property>
<property name="visible">True</property>
+ <property name="sensitive">False</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">False</property>
+ <property name="active">True</property>
+ <property name="draw_indicator">True</property>
</widget>
<packing>
- <property name="position">3</property>
+ <property name="position">2</property>
</packing>
</child>
</widget>
@@ -127,8 +125,8 @@
<widget class="GtkFileChooserWidget" id="filechooser">
<property name="visible">True</property>
<property name="orientation">vertical</property>
- <property name="use_preview_label">False</property>
<property name="preview_widget_active">False</property>
+ <property name="use_preview_label">False</property>
</widget>
<packing>
<property name="position">5</property>