summaryrefslogtreecommitdiffstats
path: root/nsplugins/test/testnsplugin.rc
diff options
context:
space:
mode:
Diffstat (limited to 'nsplugins/test/testnsplugin.rc')
-rw-r--r--nsplugins/test/testnsplugin.rc15
1 files changed, 15 insertions, 0 deletions
diff --git a/nsplugins/test/testnsplugin.rc b/nsplugins/test/testnsplugin.rc
new file mode 100644
index 000000000..46bb5f86a
--- /dev/null
+++ b/nsplugins/test/testnsplugin.rc
@@ -0,0 +1,15 @@
+<!DOCTYPE kpartgui>
+<kpartgui name="testnsplugin">
+
+<MenuBar>
+ <Menu name="file"><text>&amp;File</text>
+ </Menu>
+</MenuBar>
+
+<ToolBar noMerge="1" name="mainToolBar">
+ <Action name="file_new"/>
+ <Action name="file_close"/>
+ <Action name="file_quit"/>
+</ToolBar>
+
+</kpartgui>