summaryrefslogtreecommitdiffstats
path: root/ksirtet/ksirtet/ksirtetui.rc
blob: 83a6386d18c633c49b7e2a1a3ee12b48bcfa0691 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE kpartgui>
<kpartgui name="ksirtet" version="9">

<MenuBar>
  <Menu name="multiplayers"><text>&amp;Mode</text>
	<Action name="mp_single_human"/>
    <Action name="mp_arcade"/>
    <Separator/>
	<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>