Added the ability to run syntax from the syntax editor.
[pspp-builds.git] / src / ui / gui / psppire.glade
index b7a49bee1d2f16678c73dbf40313b30fee7c102b..b0f997275b96cb1f65b935410d47adc31958d9ba 100644 (file)
                <widget class="GtkMenu" id="run1_menu">
 
                  <child>
-                   <widget class="GtkMenuItem" id="all1">
+                   <widget class="GtkMenuItem" id="run_all">
                      <property name="visible">True</property>
                      <property name="label" translatable="yes">All</property>
                      <property name="use_underline">True</property>
                  </child>
 
                  <child>
-                   <widget class="GtkMenuItem" id="selection1">
+                   <widget class="GtkMenuItem" id="run_selection">
                      <property name="visible">True</property>
                      <property name="label" translatable="yes">Selection</property>
                      <property name="use_underline">True</property>
                  </child>
 
                  <child>
-                   <widget class="GtkMenuItem" id="current_line1">
+                   <widget class="GtkMenuItem" id="run_current_line">
                      <property name="visible">True</property>
                      <property name="label" translatable="yes">Current Line</property>
                      <property name="use_underline">True</property>
                  </child>
 
                  <child>
-                   <widget class="GtkMenuItem" id="to_end1">
+                   <widget class="GtkMenuItem" id="run_to_end">
                      <property name="visible">True</property>
                      <property name="label" translatable="yes">To End</property>
                      <property name="use_underline">True</property>