diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-09-05 01:09:44 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-09-05 01:22:13 +0900 |
commit | 37aaa67152936f4fefff22d559c03e943a86ae69 (patch) | |
tree | ffffcd595eecef631bc1fc38922c63060aa175ea /kpacman/kpacmanui.rc | |
parent | ac81a3c3e8d1a61fc2ff39da89c7c2ea290d5e34 (diff) | |
download | tdepacman-37aaa67152936f4fefff22d559c03e943a86ae69.tar.gz tdepacman-37aaa67152936f4fefff22d559c03e943a86ae69.zip |
Renamed kpacman -> tdepacman.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kpacman/kpacmanui.rc')
-rw-r--r-- | kpacman/kpacmanui.rc | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/kpacman/kpacmanui.rc b/kpacman/kpacmanui.rc deleted file mode 100644 index 34c3ded..0000000 --- a/kpacman/kpacmanui.rc +++ /dev/null @@ -1,18 +0,0 @@ -<!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> |