summaryrefslogtreecommitdiffstats
path: root/kopete/plugins/otr/otrchatui.rc
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2021-06-28 16:13:49 +0200
committergregory guy <gregory-tde@laposte.net>2021-07-02 17:30:02 +0200
commitd0e4d47caed252840a0f9986a1a18ab7bf451ddb (patch)
tree939dabe4b69e2bf0c14fc93ee3d5f093f6d77565 /kopete/plugins/otr/otrchatui.rc
parent7a3a7896b3c96bee076ed0da65d10eec7fc06b85 (diff)
downloadtdenetwork-feat/add_kopete-otr_plugin.tar.gz
tdenetwork-feat/add_kopete-otr_plugin.zip
Add kopete-otr plugin to kopete.feat/add_kopete-otr_plugin
Signed-off-by: gregory guy <gregory-tde@laposte.net>
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>