summaryrefslogtreecommitdiffstats
path: root/knotes/knotesappui.rc
blob: d5d6827330b6c9185211abacd66739c3da7d9363 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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>