diff options
Diffstat (limited to 'kfouleggs/kfouleggsui.rc')
-rw-r--r-- | kfouleggs/kfouleggsui.rc | 27 |
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>&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> |