diff options
Diffstat (limited to 'kate/xmltools/ui.rc')
-rw-r--r-- | kate/xmltools/ui.rc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/kate/xmltools/ui.rc b/kate/xmltools/ui.rc new file mode 100644 index 0000000..a6f393c --- /dev/null +++ b/kate/xmltools/ui.rc @@ -0,0 +1,10 @@ +<!DOCTYPE kpartgui> +<kpartplugin name="katexmltools" library="libkatexmltoolsplugin" version="8"> +<MenuBar> + <Menu name="xml"><Text>&XML</Text> + <Action name="xml_tool_insert_element" /> + <Action name="xml_tool_close_element" /> + <Action name="xml_tool_assign" /> + </Menu> +</MenuBar> +</kpartplugin> |