diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | 460c52653ab0dcca6f19a4f492ed2c5e4e963ab0 (patch) | |
tree | 67208f7c145782a7e90b123b982ca78d88cc2c87 /knotes/knotesui.rc | |
download | tdepim-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/knotesui.rc')
-rw-r--r-- | knotes/knotesui.rc | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/knotes/knotesui.rc b/knotes/knotesui.rc new file mode 100644 index 000000000..17e66d43d --- /dev/null +++ b/knotes/knotesui.rc @@ -0,0 +1,59 @@ +<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> + +<kpartgui name="KNotes" version="9"> + +<Menu name="note_context" noMerge="1"> + <Action name="insert_date"/> + <Action name="set_alarm"/> + <Action name="send_note"/> + <Action name="mail_note"/> + <Action name="print_note"/> + <Action name="save_note"/> + <Action name="configure_note"/> + <Separator/> + <Action name="new_note"/> + <Action name="rename_note"/> + <Action name="lock_note"/> + <Action name="hide_note"/> + <Action name="delete_note"/> + <Separator/> + <Action name="to_desktop"/> + <Action name="keep_above"/> + <Action name="keep_below"/> +</Menu> + +<ToolBar name="note_tool"> + <Action name="format_bold"/> + <Action name="format_italic"/> + <Action name="format_underline"/> + <Action name="format_strikeout"/> + <Separator/> + <Action name="format_alignleft"/> + <Action name="format_aligncenter"/> + <Action name="format_alignright"/> + <Action name="format_alignblock"/> + <Separator/> + <Action name="format_list"/> + <Action name="format_super"/> + <Action name="format_sub"/> + <Separator/> + <Action name="format_color"/> + <Separator/> + <Action name="format_font"/> + <Action name="format_size"/> +</ToolBar> + +<Menu name="note_edit" noMerge="1"> + <Action name="edit_undo"/> + <Action name="edit_redo"/> + <Separator/> + <Action name="edit_cut"/> + <Action name="edit_copy"/> + <Action name="edit_paste"/> + <Separator/> + <Action name="edit_clear"/> + <Separator/> + <Action name="edit_select_all"/> +</Menu> + +</kpartgui> |