data import gui: update user interface
authorJohn Darrington <john@darrington.wattle.id.au>
Sun, 6 Jan 2013 09:35:46 +0000 (10:35 +0100)
committerJohn Darrington <john@darrington.wattle.id.au>
Sat, 16 Feb 2013 14:02:46 +0000 (15:02 +0100)
src/ui/gui/text-data-import.ui

index adc73e860d225ba7cea084dac6572f803337367c..080ee5e2c338d42348ffd0293b8479ad59dfb25d 100644 (file)
@@ -669,7 +669,7 @@ The selected file contains N lines of text.  Only the first M of these will be s
   <object class="GtkWindow" id="Sheet">
     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
     <property name="border_width">12</property>
-    <property name="title" translatable="yes">Importing Textual Data</property>
+    <property name="title" translatable="yes">Importing Spreadsheet Data</property>
     <child>
       <object class="GtkVBox" id="vbox1">
         <property name="visible">True</property>
@@ -706,7 +706,7 @@ The selected file contains N lines of text.  Only the first M of these will be s
                     <child>
                       <object class="GtkTable" id="table3">
                         <property name="visible">True</property>
-                        <property name="n_rows">2</property>
+                        <property name="n_rows">3</property>
                         <property name="n_columns">2</property>
                         <child>
                           <object class="GtkEntry" id="cell-range-entry">
@@ -762,6 +762,22 @@ The selected file contains N lines of text.  Only the first M of these will be s
                             <property name="y_options"></property>
                           </packing>
                         </child>
+                        <child>
+                          <object class="GtkCheckButton" id="checkbutton1">
+                            <property name="label" translatable="yes">Use first row as _variable names</property>
+                            <property name="visible">True</property>
+                            <property name="can_focus">True</property>
+                            <property name="receives_default">False</property>
+                            <property name="use_underline">True</property>
+                            <property name="image_position">right</property>
+                            <property name="draw_indicator">True</property>
+                          </object>
+                          <packing>
+                            <property name="right_attach">2</property>
+                            <property name="top_attach">2</property>
+                            <property name="bottom_attach">3</property>
+                          </packing>
+                        </child>
                       </object>
                     </child>
                   </object>