gui: Add ellipsis to menu items that require further input.
[pspp-builds.git] / src / ui / gui / output-viewer.ui
index 3325e2abc118c1402d9a9d8ab6694b574c069013..d3baad714148dd3dee0ba020328d01bb78ef6595 100644 (file)
         <child>
           <object class="GtkAction" id="file_print">
             <property name="name">file_print</property>
-            <property name="label" translatable="yes">_Print</property>
+            <property name="stock-id">gtk-print</property>
+            <property name="label" translatable="yes">_Print...</property>
           </object>
         </child>
         <child>
           <object class="GtkAction" id="file_export">
             <property name="name">file_export</property>
-            <property name="label" translatable="yes">_Export</property>
+            <property name="stock-id">gtk-convert</property>
+            <property name="label" translatable="yes">_Export...</property>
           </object>
         </child>
         <child>
           </object>
         </child>
         <child>
-          <object class="GtkAction" id="imagemenuitem7">
+          <object class="GtkAction" id="edit_select-all">
+            <property name="name">edit_select-all</property>
+            <property name="stock-id">gtk-select-all</property>
+          </object>
+        </child>
+        <child>
+          <object class="GtkAction" id="edit_copy">
             <property name="stock-id">gtk-copy</property>
-            <property name="name">imagemenuitem7</property>
+            <property name="name">edit_copy</property>
           </object>
         </child>
         <child>
@@ -54,7 +62,8 @@
           <menuitem action="file_print"/>
         </menu>
         <menu action="menuitem2">
-          <menuitem action="imagemenuitem7"/>
+          <menuitem action="edit_copy"/>
+          <menuitem action="edit_select-all"/>
         </menu>
         <menu action="windows_menuitem">
           <menuitem action="windows_minimise-all"/>