Mercurial > repos > IBDev-IBBoard.WarFoundry.GUI.GTK
diff gtk-gui/gui.stetic @ 157:2d1dd73a3289
Re #417: Improve install experience
* Add a "Add data file" action (currently has no error checking)
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Tue, 15 May 2012 21:00:29 +0100 |
parents | 08b30dc56af4 |
children |
line wrap: on
line diff
--- a/gtk-gui/gui.stetic Sat May 12 20:11:33 2012 +0100 +++ b/gtk-gui/gui.stetic Tue May 15 21:00:29 2012 +0100 @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <stetic-interface> <configuration> - <images-root-path>../../IBBoard.WarFoundry.GUI.GTK</images-root-path> + <images-root-path>..</images-root-path> <target-gtk-version>2.12</target-gtk-version> </configuration> <import> @@ -179,6 +179,12 @@ <property name="StockId">gtk-edit</property> <signal name="Activated" handler="OnMiEditArmyActivated" /> </action> + <action id="miAddDataFile"> + <property name="Type">Action</property> + <property name="Label" translatable="yes">Add data file</property> + <property name="ShortLabel" translatable="yes">Add data file</property> + <signal name="Activated" handler="OnAddNewFileActionActivated" /> + </action> </action-group> <property name="MemberName" /> <property name="Title" translatable="yes">MainWindow</property> @@ -201,6 +207,7 @@ </node> <node type="Menuitem" action="miCloseArmy" /> <node type="Separator" /> + <node type="Menuitem" action="miAddDataFile" /> <node type="Menuitem" action="miReloadFiles" /> <node type="Separator" /> <node type="Menuitem" action="miExit" />