blob: 2571e1efa8749e22c8d41f2b4b74e0fe92016160 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE kpartgui>
<kpartgui name="klickety" version="4">
<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>
|