diff options
Diffstat (limited to 'part/kxedocument.rc')
-rw-r--r-- | part/kxedocument.rc | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/part/kxedocument.rc b/part/kxedocument.rc new file mode 100644 index 0000000..b580dee --- /dev/null +++ b/part/kxedocument.rc @@ -0,0 +1,15 @@ +<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> +<kpartgui name="kxedocument" version="1"> +<!-- document specific actions here --> +<MenuBar> + <Menu name="file"><text>&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> |