summaryrefslogtreecommitdiffstats
path: root/kopete/plugins/otr/otrchatui.rc
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/plugins/otr/otrchatui.rc')
-rw-r--r--kopete/plugins/otr/otrchatui.rc19
1 files changed, 19 insertions, 0 deletions
diff --git a/kopete/plugins/otr/otrchatui.rc b/kopete/plugins/otr/otrchatui.rc
new file mode 100644
index 00000000..2c3d710b
--- /dev/null
+++ b/kopete/plugins/otr/otrchatui.rc
@@ -0,0 +1,19 @@
+<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
+<kpartgui name="kopete_otr" version="1">
+ <MenuBar>
+ <Menu name="tools"><text>&amp;Tools</text>
+ <Menu name="otr_menu"><text>OTR Encryption</text>
+ <Action name="enable_otr" />
+ <Action name="disable_otr" />
+ <Action name="verify_fingerprint"/>
+ </Menu>
+ </Menu>
+ </MenuBar>
+
+ <ToolBar name="mainToolBar">
+ <text>OTR Encryption</text>
+ <Separator name="separator_0" />
+ <Action name="otr_settings" />
+ <Separator name="separator_0" />
+ </ToolBar>
+</kpartgui>