summaryrefslogtreecommitdiffstats
path: root/kopete/kopete/chatwindow/kopeteemailwindow.rc
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/kopete/chatwindow/kopeteemailwindow.rc')
-rw-r--r--kopete/kopete/chatwindow/kopeteemailwindow.rc43
1 files changed, 43 insertions, 0 deletions
diff --git a/kopete/kopete/chatwindow/kopeteemailwindow.rc b/kopete/kopete/chatwindow/kopeteemailwindow.rc
new file mode 100644
index 00000000..23bc6a7f
--- /dev/null
+++ b/kopete/kopete/chatwindow/kopeteemailwindow.rc
@@ -0,0 +1,43 @@
+<!DOCTYPE kpartgui>
+<kpartgui version="16" name="kopeteemailwindow">
+ <MenuBar>
+ <Menu noMerge="1" name="file">
+ <text>&amp;Chat</text>
+ <Action name="chat_send" />
+ <Separator lineSeparator="true"/>
+ <Merge />
+ <Separator weakSeparator="true" lineSeparator="true"/>
+ <Action name="file_quit" />
+ </Menu>
+
+ <Menu name="format" >
+ <text>&amp;Format</text>
+ <Action name="format_font" />
+ <Action name="format_color" />
+ <Action name="format_bgcolor" />
+ <Action name="format_smiley"/>
+ </Menu>
+
+ <Menu name="settings">
+ <text>&amp;Settings</text>
+ </Menu>
+
+ <Merge/>
+ </MenuBar>
+
+ <ToolBar name="mainToolBar" fullWidth="true" >
+ <text>Main Toolbar</text>
+ <Action name="format_font" />
+ <Action name="format_color" />
+ <Action name="format_bgcolor" />
+ <Action name="format_smiley"/>
+ <Separator weakSeparator="true" lineSeparator="true"/>
+ <Merge/>
+ <Separator weakSeparator="true" lineSeparator="true"/>
+ <Action name="toolbar_animation"/>
+ </ToolBar>
+
+ <ToolBar name="statusToolBar">
+ <text>Status</text>
+ </ToolBar>
+</kpartgui>