summaryrefslogtreecommitdiffstats
path: root/khangman/khangman/khangmanui.rc
blob: da1c15e68fb2939a51d650113231849c0a50bed4 (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
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui name="khangman" version="3">

<MenuBar>
	<Menu name="file" noMerge="1"><text>&amp;Game</text>
		<Action name="file_new"/>
		<Action name="downloadnewstuff"/>
		<Action name="file_quit"/>
	</Menu>
        
	<Action name="combo_level"/>
        
        <Action name="languages"/>
        
        <Action name="combo_mode"/>
        
        <Menu name="settings" noMerge="1"><text>&amp;Settings</text>
		<Merge name="StandardToolBarMenuHandler" />
		<Merge name="second_act" />
		<Action name="options_show_statusbar"/>
		<Action name="options_configure_keybinding"/>
		<Action name="options_configure_toolbars"/>
		<Action name="options_configure"/>
        </Menu>
</MenuBar>

<ToolBar name="mainToolBar" noMerge="1"><text>Main</text>
	<Action name="fullscreen"/>
        <Separator/>
        <Action name="combo_level"/>
        <Separator/>
        <Action name="combo_mode"/>
        <Separator/>
        <Action name="file_new"/>
	<Action name="file_quit"/>
</ToolBar>

<ToolBar name="secondToolBar" noMerge="1"><text>Special Characters</text>
</ToolBar>

</kpartgui>