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.
31 lines
787 B
31 lines
787 B
15 years ago
|
<!DOCTYPE kpartgui>
|
||
|
<kpartgui name="kpoker" version="2">
|
||
|
|
||
|
<MenuBar>
|
||
|
<Menu name="settings"><text>&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>
|