summaryrefslogtreecommitdiffstats
path: root/kreversi/kreversiui.rc
diff options
context:
space:
mode:
authortoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
committertoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
commitc90c389a8a8d9d8661e9772ec4144c5cf2039f23 (patch)
tree6d8391395bce9eaea4ad78958617edb20c6a7573 /kreversi/kreversiui.rc
downloadtdegames-c90c389a8a8d9d8661e9772ec4144c5cf2039f23.tar.gz
tdegames-c90c389a8a8d9d8661e9772ec4144c5cf2039f23.zip
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegames@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kreversi/kreversiui.rc')
-rw-r--r--kreversi/kreversiui.rc45
1 files changed, 45 insertions, 0 deletions
diff --git a/kreversi/kreversiui.rc b/kreversi/kreversiui.rc
new file mode 100644
index 00000000..304b87b2
--- /dev/null
+++ b/kreversi/kreversiui.rc
@@ -0,0 +1,45 @@
+<!DOCTYPE kpartgui>
+<kpartgui name="kreversi" version="2">
+
+<ActionProperties>
+ <Action name="game_stop" icon="stop"/>
+</ActionProperties>
+
+<MenuBar>
+ <Menu name="game"><text>&amp;Game</text>
+ <Action name="game_sound"/>
+ </Menu>
+ <Menu name="move"><text>&amp;Move</text>
+ <Action name="game_undo"/>
+ <Action name="game_hint"/>
+ <Action name="game_switch_sides"/>
+ <Separator/>
+ <Action name="game_stop"/>
+ <Action name="game_continue"/>
+ </Menu>
+
+</MenuBar>
+
+<ToolBar name="mainToolBar"><text>Main Toolbar</text>
+ <Action name="game_new"/>
+ <Action name="game_stop"/>
+ <Action name="game_continue"/>
+ <Action name="game_undo"/>
+ <Action name="options_show_menubar"/>
+</ToolBar>
+<ToolBar name="viewToolBar"><text>View Toolbar</text>
+ <Action name="game_hint"/>
+ <Action name="show_last_move"/>
+ <Action name="show_legal_moves"/>
+</ToolBar>
+
+<Menu name="popup">
+ <Action name="options_show_menubar"/>
+ <Separator/>
+ <Action name="game_new"/>
+ <Action name="game_highscores"/>
+ <Separator/>
+ <Action name="game_quit"/>
+</Menu>
+
+</kpartgui>