diff options
Diffstat (limited to 'libkdepim/komposer/core/komposerui.rc')
-rw-r--r-- | libkdepim/komposer/core/komposerui.rc | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/libkdepim/komposer/core/komposerui.rc b/libkdepim/komposer/core/komposerui.rc deleted file mode 100644 index 83ec4d299..000000000 --- a/libkdepim/komposer/core/komposerui.rc +++ /dev/null @@ -1,51 +0,0 @@ -<!DOCTYPE kpartgui > -<kpartgui version="2" name="komposer" > -<MenuBar> - <Menu name="file" noMerge="1"> - <text>&Message</text> - <Action name="new_composer" /> - <Action name="open_mailreader" /> - <Separator/> - <Action name="send_default" /> - <Action name="send_alternative" /> - <Action name="save_in_drafts" /> - <Separator/> - <Action name="insert_file" /> - <Action name="file_print" /> - <Separator/> - <Merge/> - <Separator/> - <Action name="file_close" /> - </Menu> - <Merge /> - <Menu noMerge="1" name="attach"> - <text>&Attach</text> - <Merge/> - <Separator/> - <Action name="attach_file"/> - <Action name="remove_attachment"/> - <Action name="attachment_properties"/> - </Menu> - <Menu noMerge="1" name="Tools"> - <text>&Tools</text> - <Merge/> - <Action name="addressbook"/> - </Menu> - <Menu noMerge="1" name="settings"> - <text>&Settings</text> - <Merge/> - <Separator/> - <Action name="settings_configure_komposer"/> - </Menu> -</MenuBar> -<ToolBar position="Top" iconText="IconOnly" noMerge="1" name="mainToolBar"><text>Main Toolbar</text> - <Action name="send_default" /> - <Action name="send_alternative" /> - <Separator/> - <Action name="attach_file"/> - <Separator/> - <Merge/> - <Separator/> - <Action name="help_whats_this"/> -</ToolBar> -</kpartgui> |