summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDart Raiden <wowemuh@gmail.com>2016-09-19 19:10:36 +0000
committerDart Raiden <wowemuh@gmail.com>2016-09-19 19:10:36 +0000
commit31936553c93686bad5ff5aff1e90d7138b60068f (patch)
tree62ca4896d5bbaa2602b88774b7c0f17b968ce8f1
parentce59eef27ecd787a2501c406c4f7aa7fadbb6d9b (diff)
Jabber: fix typo
git-svn-id: http://svn.miranda-ng.org/main/trunk@17322 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rwxr-xr-xprotocols/JabberG/src/jabber_opt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/JabberG/src/jabber_opt.cpp b/protocols/JabberG/src/jabber_opt.cpp
index 23452d205e..68c8ef26df 100755
--- a/protocols/JabberG/src/jabber_opt.cpp
+++ b/protocols/JabberG/src/jabber_opt.cpp
@@ -811,7 +811,7 @@ public:
m_otvOptions.AddOption(LPGENW("Security") L"/" LPGENW("Show information about operating system in version replies"), m_proto->m_options.ShowOSVersion);
m_otvOptions.AddOption(LPGENW("Security") L"/" LPGENW("Accept only in band incoming filetransfers (don't disclose own IP)"), m_proto->m_options.BsOnlyIBB);
m_otvOptions.AddOption(LPGENW("Security") L"/" LPGENW("Accept HTTP Authentication requests (XEP-0070)"), m_proto->m_options.AcceptHttpAuth);
- m_otvOptions.AddOption(LPGENW("Security") L"/" LPGENW("Use OMEMO encryption for messages if possible (placeholder)"), m_proto->m_options.UseOMEMO);
+ m_otvOptions.AddOption(LPGENW("Security") L"/" LPGENW("Use OMEMO encryption for messages if possible (placeholder)"), m_proto->m_options.UseOMEMO);
}
void OnInitDialog()