diff options
author | Christian Pointner <equinox@helsinki.at> | 2010-03-01 15:59:46 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2010-03-01 15:59:46 (GMT) |
commit | 251534965c8fe8d3942e22b23b30de577f5c8297 (patch) | |
tree | 5403f62cc6f34d861acc7dbc74a5193b932df7fc /rhimport.glade | |
parent | d3f758cf0f0aa631a600a16b163d8dd013b5be73 (diff) |
added empty carts checkbox and cmd line option
use german in gui
git-svn-id: https://svn.helsinki.at/rhimport/trunk@21 7c65635b-ec39-4f67-a626-873dbafdd612
Diffstat (limited to 'rhimport.glade')
-rw-r--r-- | rhimport.glade | 24 |
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> |