summaryrefslogtreecommitdiffstats
path: root/kbounce/kbounceui.rc
diff options
context:
space:
mode:
Diffstat (limited to 'kbounce/kbounceui.rc')
-rw-r--r--kbounce/kbounceui.rc17
1 files changed, 17 insertions, 0 deletions
diff --git a/kbounce/kbounceui.rc b/kbounce/kbounceui.rc
new file mode 100644
index 00000000..058ab702
--- /dev/null
+++ b/kbounce/kbounceui.rc
@@ -0,0 +1,17 @@
+<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
+<kpartgui name="kbounce" version="6">
+
+<MenuBar>
+ <Menu name="settings">
+ <Action name="background_select"/>
+ <Action name="background_show"/>
+ <Action name="toggle_sound" append="save_merge"/>
+ </Menu>
+</MenuBar>
+
+<ToolBar noMerge="1" name="mainToolBar"><text>Main Toolbar</text>
+ <Action name="game_new"/>
+ <Action name="game_pause"/>
+</ToolBar>
+
+</kpartgui>