summaryrefslogtreecommitdiff
path: root/MirOTR/options.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'MirOTR/options.cpp')
-rw-r--r--MirOTR/options.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/MirOTR/options.cpp b/MirOTR/options.cpp
index 8672071..175edb5 100644
--- a/MirOTR/options.cpp
+++ b/MirOTR/options.cpp
@@ -99,6 +99,7 @@ void LoadOptions() {
options.bHaveMetaContacts = 0!=ServiceExists(MS_MC_GETMETACONTACT);
options.bHavePopups = 0!=ServiceExists(MS_POPUP_ADDPOPUPT) && ServiceExists(MS_POPUP_SHOWMESSAGE);
options.bHaveSRMMIcons = 0!=ServiceExists(MS_MSG_MODIFYICON);
+ options.bHaveSecureIM = 0!=ServiceExists("SecureIM/IsContactSecured");
LoadFilenames();
}
@@ -110,7 +111,7 @@ extern "C" INT_PTR OpenOptions(WPARAM wParam, LPARAM lParam)
odp.cbSize = sizeof(odp);
odp.position = 100;
odp.hInstance = hInst;
- odp.ptszGroup = LPGENT("Plugins");
+ odp.ptszGroup = LPGENT("Services"); //"Plugins"
odp.ptszTitle = _T(MODULENAME);
odp.flags = ODPF_BOLDGROUPS|ODPF_TCHAR;