summaryrefslogtreecommitdiffstats
path: root/src/otrchatui.rc
blob: 2c3d710b80fdb66980ba756c83989b6d47c1f16a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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>