diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2016-03-26 13:50:43 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2016-03-26 13:50:43 +0100 |
commit | d62c8c002c51fb7c36487839eeeb4ac89f044dee (patch) | |
tree | bb4d1f5c631ab1f22a3018ba39e6a806035f80fd /part/kxedocument.rc | |
download | kxmleditor-d62c8c002c51fb7c36487839eeeb4ac89f044dee.tar.gz kxmleditor-d62c8c002c51fb7c36487839eeeb4ac89f044dee.zip |
Initial import of kxmleditor 1.1.4
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> |