diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | c90c389a8a8d9d8661e9772ec4144c5cf2039f23 (patch) | |
tree | 6d8391395bce9eaea4ad78958617edb20c6a7573 /ktuberling/ktuberlingui.rc | |
download | tdegames-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 'ktuberling/ktuberlingui.rc')
-rw-r--r-- | ktuberling/ktuberlingui.rc | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/ktuberling/ktuberlingui.rc b/ktuberling/ktuberlingui.rc new file mode 100644 index 00000000..75bd3105 --- /dev/null +++ b/ktuberling/ktuberlingui.rc @@ -0,0 +1,41 @@ +<!DOCTYPE kpartgui> +<kpartgui name="ktuberling" version="1"> +<MenuBar> + <Menu name="game"><text>&Game</text> + <Action name="game_save_picture" append="save_merge"/> + </Menu> + <Menu name="playground"><text>&Playground</text> + <Action name="playground_potato_guy"/> + <Action name="playground_penguin"/> + <Action name="playground_aquarium"/> + </Menu> + <Menu name="speech"><text>&Speech</text> + <Action name="speech_no_sound"/> + <Separator/> + <Action name="speech_danish"/> + <Action name="speech_german"/> + <Action name="speech_english"/> + <Action name="speech_spanish"/> + <Action name="speech_finnish"/> + <Action name="speech_french"/> + <Action name="speech_italian"/> + <Action name="speech_lowsaxon"/> + <Action name="speech_dutch"/> + <Action name="speech_portuguese"/> + <Action name="speech_romanian"/> + <Action name="speech_slovak"/> + <Action name="speech_slovenian"/> + <Action name="speech_swedish"/> + <Action name="speech_serbian"/> + </Menu> +</MenuBar> +<ToolBar name="mainToolBar" noMerge="1"><text>Main Toolbar</text> + <Action name="game_new"/> + <Action name="game_load"/> + <Action name="game_save"/> + <Action name="game_print"/> + <Separator/> + <Action name="edit_undo"/> + <Action name="edit_redo"/> +</ToolBar> +</kpartgui> |