summaryrefslogtreecommitdiffstats
path: root/kfouleggs/kfouleggsui.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 /kfouleggs/kfouleggsui.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 'kfouleggs/kfouleggsui.rc')
-rw-r--r--kfouleggs/kfouleggsui.rc27
1 files changed, 27 insertions, 0 deletions
diff --git a/kfouleggs/kfouleggsui.rc b/kfouleggs/kfouleggsui.rc
new file mode 100644
index 00000000..f4fb0d59
--- /dev/null
+++ b/kfouleggs/kfouleggsui.rc
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE kpartgui>
+<kpartgui name="kfouleggs" version="7">
+
+<MenuBar>
+ <Menu name="multiplayers"><text>&amp;Multiplayer</text>
+ <Action name="mp_single_human"/>
+ <Action name="mp_human_vs_human"/>
+ <Action name="mp_human_vs_computer"/>
+ <Separator/>
+ <Action name="mp_more"/>
+ </Menu>
+</MenuBar>
+
+<Menu name="popup">
+ <Action name="options_show_menubar"/>
+ <Separator/>
+ <Action name="game_new"/>
+ <Separator/>
+ <Action name="game_pause"/>
+ <Action name="game_highscores"/>
+ <Action name="game_print"/>
+ <Separator/>
+ <Action name="game_quit"/>
+</Menu>
+
+</kpartgui>