You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
585 B
18 lines
585 B
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
|
|
<kpartgui name="kbattleship" version="2">
|
|
|
|
<MenuBar>
|
|
<Menu name="game"><text>&Game</text>
|
|
<Action name="game_serverconnect" append="new_merge"/>
|
|
<Action name="game_newserver" append="new_merge"/>
|
|
<Action name="game_singleplayer" append="new_merge"/>
|
|
<Action name="game_enemyinfo" append="misc_merge"/>
|
|
</Menu>
|
|
<Menu name="settings"><text>&Settings</text>
|
|
<Action name="options_show_grid" append="show_merge"/>
|
|
<Action name="options_configure_sound" append="save_merge"/>
|
|
</Menu>
|
|
</MenuBar>
|
|
|
|
</kpartgui>
|