summaryrefslogtreecommitdiffstats
path: root/part/kxedocument.rc
blob: b580deeaf4c02fde05c109f596c0b38a7483a5ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui name="kxedocument" version="1">
<!-- document specific actions here -->
<MenuBar>
	<Menu name="file"><text>&amp;File</text>
		<Action name="xml_ins_spec_procins"/>
		<Separator lineSeparator="true"/>
		<Action name="xml_attach_schema"/>
		<Action name="xml_detach_schema"/>
		<Action name="xml_attach_stylesheet"/>
		<Action name="xml_detach_stylesheet"/>
		<Separator lineSeparator="true"/>
	</Menu>
</MenuBar>
</kpartgui>