diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-02-22 11:45:46 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-02-22 11:45:46 +0000 |
commit | ec0e2844534a148012b76debb6eff48d8c1931a8 (patch) | |
tree | f6e130e63d999bd921623c6eabba88dc3c6f193d /plugins/ClientChangeNotify/src/OptDlg.cpp | |
parent | 2eee15c40aea9351bcadace3d1ebfd0d98cb84ef (diff) |
fully used loading/unloading events
git-svn-id: http://svn.miranda-ng.org/main/trunk@3689 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ClientChangeNotify/src/OptDlg.cpp')
-rw-r--r-- | plugins/ClientChangeNotify/src/OptDlg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ClientChangeNotify/src/OptDlg.cpp b/plugins/ClientChangeNotify/src/OptDlg.cpp index 42cbacca9b..d86c6a473e 100644 --- a/plugins/ClientChangeNotify/src/OptDlg.cpp +++ b/plugins/ClientChangeNotify/src/OptDlg.cpp @@ -54,7 +54,7 @@ void EnablePopupOptDlgControls() ShowVer->Enable(false);
ShowVer->MemToWnd(g_PopupOptPage.hWnd);
}
- if (!ServiceExists(MS_FP_SAMECLIENTS))
+ if (!bFingerprintExists)
{ // disable these checkboxes if Fingerprint wasn't found
g_PopupOptPage.Find(IDC_POPUPOPTDLG_VERCHGNOTIFY)->Enable(false);
g_PopupOptPage.Find(IDC_POPUPOPTDLG_SHOWVER)->Enable(false);
|