diff gtk-gui/gui.stetic @ 28:9440eef124b0

Closes #69: Add "export" UI * Add base menu for exports (will be populated automatically once exports are plugins) * Add menu item for "Basic HTML"
author IBBoard <dev@ibboard.co.uk>
date Tue, 01 Sep 2009 19:10:13 +0000
parents 105c68bb759c
children 2e5448a662b6
line wrap: on
line diff
--- a/gtk-gui/gui.stetic	Fri Aug 28 18:52:34 2009 +0000
+++ b/gtk-gui/gui.stetic	Tue Sep 01 19:10:13 2009 +0000
@@ -153,6 +153,18 @@
         <property name="Label" translatable="yes" />
         <property name="StockId">gtk-add</property>
       </action>
+      <action id="miExportArmy">
+        <property name="Type">Action</property>
+        <property name="Label" translatable="yes">Export army as...</property>
+        <property name="ShortLabel" translatable="yes">Export army</property>
+        <property name="StockId">gtk-convert</property>
+      </action>
+      <action id="miExportAsBasicHtml">
+        <property name="Type">Action</property>
+        <property name="Label" translatable="yes">Basic HTML</property>
+        <property name="ShortLabel" translatable="yes">Basic HTML</property>
+        <signal name="Activated" handler="OnMiExportAsBasicHtmlActivated" />
+      </action>
     </action-group>
     <property name="MemberName" />
     <property name="Title" translatable="yes">MainWindow</property>
@@ -169,6 +181,9 @@
                 <node type="Menuitem" action="miOpenArmy" />
                 <node type="Menuitem" action="miSaveArmy" />
                 <node type="Menuitem" action="miSaveArmyAs" />
+                <node type="Menu" action="miExportArmy">
+                  <node type="Menuitem" action="miExportAsBasicHtml" />
+                </node>
                 <node type="Menuitem" action="miCloseArmy" />
                 <node type="Separator" />
                 <node type="Menuitem" action="miChangeGameSystem" />