summaryrefslogtreecommitdiffstats
path: root/klettres/klettres/klettresui.rc
blob: ca7680b8b9481d383dfb2a2b365d52294f028b59 (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
42
43
44
45
46
47
48
49
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui name="klettres" version="5">
	<MenuBar>
		<Menu name="file" noMerge="1"><text>&amp;File</text>	
			<Action name ="play_new"/>
                        <Action name="play_again"/>
			<Action name="downloadnewstuff"/>
			<Action name="file_quit"/>
		</Menu>

		<Action name="levels"/>
		
		<Action name="languages"/>
		
		<Menu name="look_mode" noMerge="1"><text>L&amp;ook</text>
			<Action name="looks" />
			<Separator/>
			<Action name="mode_kid"/>
			<Action name="mode_grownup"/>
		</Menu>


		<Menu name="settings" noMerge="1"><text>&amp;Settings</text>
			<Action name="menubar" />
			<Merge name="StandardToolBarMenuHandler" />
			<Action name="options_show_statusbar"/>
			<Separator/>
			<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="levels"/>
		<Separator/>
		<Action name="looks" />
		<Separator/>
		<Action name="mode_kid"/>
		<Action name="mode_grownup"/>
		<Separator/>
		<Action name="menubar"/>
		<Separator/>
                <Action name="play_again"/>
                <Separator />
		<Action name="file_quit"/>
	</ToolBar>
	<ToolBar name="secondToolbar" position="bottom" noMerge="1"><text>Characters</text>
	</ToolBar>
</kpartgui>