blob: f4fb0d59c0dc8df84b7a84478fc4cfcd89336d78 (
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
|
<?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>
|