summaryrefslogtreecommitdiffstats
path: root/knotes/knotesappui.rc
diff options
context:
space:
mode:
authortoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
committertoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
commit460c52653ab0dcca6f19a4f492ed2c5e4e963ab0 (patch)
tree67208f7c145782a7e90b123b982ca78d88cc2c87 /knotes/knotesappui.rc
downloadtdepim-460c52653ab0dcca6f19a4f492ed2c5e4e963ab0.tar.gz
tdepim-460c52653ab0dcca6f19a4f492ed2c5e4e963ab0.zip
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'knotes/knotesappui.rc')
-rw-r--r--knotes/knotesappui.rc35
1 files changed, 35 insertions, 0 deletions
diff --git a/knotes/knotesappui.rc b/knotes/knotesappui.rc
new file mode 100644
index 000000000..d5d682733
--- /dev/null
+++ b/knotes/knotesappui.rc
@@ -0,0 +1,35 @@
+<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
+
+<kpartgui name="KNotes" version="3">
+
+<Menu name="knotes_context" noMerge="1"><text>KNotes</text>
+ <title icon="knotes">KNotes</title>
+ <Action name="new_note"/>
+ <Action name="new_note_clipboard"/>
+ <Separator/>
+ <Action name="edit_find"/>
+ <Separator/>
+ <Action name="show_all_notes"/>
+ <Action name="hide_all_notes"/>
+ <Separator/>
+ <Action name="options_configure_keybinding"/>
+ <Action name="options_configure"/>
+ <Separator/>
+ <Menu name="help" icon="help" noMerge="1"><text>&amp;Help</text>
+ <Action name="help_contents"/>
+ <Separator/>
+ <Action name="help_report_bug"/>
+ <Separator/>
+ <Action name="help_about_app"/>
+ <Action name="help_about_kde"/>
+ </Menu>
+ <Separator/>
+ <Action name="file_quit"/>
+</Menu>
+
+<Menu name="notes_menu" noMerge="1"><text>Notes</text>
+ <title>Notes</title>
+ <ActionList name="notes"/>
+</Menu>
+
+</kpartgui>