diff options
Diffstat (limited to 'kopete/protocols/jabber/jabberchatui.rc')
-rw-r--r-- | kopete/protocols/jabber/jabberchatui.rc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/kopete/protocols/jabber/jabberchatui.rc b/kopete/protocols/jabber/jabberchatui.rc new file mode 100644 index 00000000..9db9abe2 --- /dev/null +++ b/kopete/protocols/jabber/jabberchatui.rc @@ -0,0 +1,19 @@ +<!DOCTYPE kpartgui> +<kpartgui version="11" name="kopete_jabber_chat"> + <MenuBar> + <Menu noMerge="1" name="file"> + <text>&Chat</text> + <Action name="jabber_voicecall" /> + <Action name="jabberSendFile" /> + </Menu> + </MenuBar> + + + <ToolBar name="statusToolBar"> + <Action name="jabberDisplayPicture" /> + <Action name="jabber_voicecall" /> + <Action name="jabberSendFile" /> + </ToolBar> + + +</kpartgui>
\ No newline at end of file |