summaryrefslogtreecommitdiffstats
path: root/kate/helloworld/ui.rc
diff options
context:
space:
mode:
Diffstat (limited to 'kate/helloworld/ui.rc')
-rw-r--r--kate/helloworld/ui.rc8
1 files changed, 8 insertions, 0 deletions
diff --git a/kate/helloworld/ui.rc b/kate/helloworld/ui.rc
new file mode 100644
index 0000000..36b11a0
--- /dev/null
+++ b/kate/helloworld/ui.rc
@@ -0,0 +1,8 @@
+<!DOCTYPE kpartgui>
+<kpartplugin name="katehelloworld" library="libkatehelloworldplugin" version="2">
+<MenuBar>
+ <Menu name="tools"><text>&amp;Tools</text>
+ <Action name="edit_insert_helloworld" />
+ </Menu>
+</MenuBar>
+</kpartplugin>