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/Common.h | |
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/Common.h')
-rw-r--r-- | plugins/ClientChangeNotify/src/Common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ClientChangeNotify/src/Common.h b/plugins/ClientChangeNotify/src/Common.h index 14bed96102..7bcfb12636 100644 --- a/plugins/ClientChangeNotify/src/Common.h +++ b/plugins/ClientChangeNotify/src/Common.h @@ -105,7 +105,7 @@ #define CLIENTCHANGED_SOUND "ClientChanged"
extern HINSTANCE g_hInstance;
-extern BOOL bPopupExists;
+extern BOOL bPopupExists, bFingerprintExists;
extern COptPage g_PopupOptPage;
extern COptPage *g_PreviewOptPage;
|