diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-08-17 18:58:43 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-08-17 18:58:43 +0200 |
commit | 6f2c87870081718731cccee678e1e89869826de2 (patch) | |
tree | 942f97a4b9d4126d385e8bdc0aee30ff3dc6ed6d /kpacman/kpacmanui.rc | |
download | tdepacman-6f2c87870081718731cccee678e1e89869826de2.tar.gz tdepacman-6f2c87870081718731cccee678e1e89869826de2.zip |
Initial import of version 0.3.2 from the source package.
https://sourceforge.net/projects/kpacman/files/kpacman/0.3.2/kpacman-0.3.2.tar.gz
Original package is licenced under GPL 2.0.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'kpacman/kpacmanui.rc')
-rw-r--r-- | kpacman/kpacmanui.rc | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/kpacman/kpacmanui.rc b/kpacman/kpacmanui.rc new file mode 100644 index 0000000..34c3ded --- /dev/null +++ b/kpacman/kpacmanui.rc @@ -0,0 +1,18 @@ +<!DOCTYPE kpartgui> +<kpartgui name="kpacman" version="0.3.2"> +<MenuBar> + <Menu name="game"><text>&Game</text> + </Menu> + <Menu name="settings"><text>&Settings</text> + <Action name="options_show_mousecursor" append="show_merge"/> + <Action name="options_select_graphic_scheme" append="configure_merge"/> + <Action name="options_focus_out_pause" append="configure_merge"/> + <Action name="options_focus_in_continue" append="configure_merge"/> + </Menu> +</MenuBar> + +<ToolBar noMerge="1" name="mainToolBar"><text>Main Toolbar</text> + <Action name="game_new"/> + <Action name="game_pause"/> +</ToolBar> +</kpartgui> |