summaryrefslogtreecommitdiffstats
path: root/kpoker/kpokerui.rc
blob: 3ad1ddcb94992c5a56385f65866919fec4482db5 (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
30
<!DOCTYPE kpartgui>
<kpartgui name="kpoker" version="2">

<MenuBar>
  <Menu name="settings"><text>&amp;Settings</text>
	<Separator append="show_merge"/>
	<Action name="options_sound" append="show_merge"/>
	<Action name="options_blinking" append="show_merge"/>
	<Action name="options_adjust" append="show_merge"/>
  </Menu>
</MenuBar>

<Menu name="popup">
	<Action name="options_show_menubar"/>
	<Action name="options_show_statusbar"/>
	<Separator/>
	<Action name="options_sound"/>
	<Action name="options_blinking"/>
	<Action name="options_adjust"/>
	<Action name="options_save_options"/>
	<Separator/>
	<Action name="options_configure_carddeck"/>
	<Action name="options_configure"/>
	<Separator/>
	<Action name="game_new"/>
	<Separator/>
	<Action name="game_quit"/>
</Menu>

</kpartgui>