diff options
author | Szymon Tokarz <wsx22@o2.pl> | 2015-06-26 13:57:26 +0000 |
---|---|---|
committer | Szymon Tokarz <wsx22@o2.pl> | 2015-06-26 13:57:26 +0000 |
commit | b7a7d90f054d48dfda64e8a11d4f5cbb3fe2a521 (patch) | |
tree | ab0605c7664ee6245f16ffc15f7357ec3fcb1a16 /plugins/MirFox/src/common.h | |
parent | 6a0fc0e0505a038b76f15ff47a3f12ff3bec3fd7 (diff) |
MirFox
- fix Options Contacts list checking
(use EMPTY_EXTRA_ICON from m_extraicons.h instead of 0xFF)
- minor fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@14399 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirFox/src/common.h')
-rw-r--r-- | plugins/MirFox/src/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/MirFox/src/common.h b/plugins/MirFox/src/common.h index d593657452..90aa3e84c4 100644 --- a/plugins/MirFox/src/common.h +++ b/plugins/MirFox/src/common.h @@ -15,7 +15,7 @@ #include <m_protosvc.h>
#include <m_popup.h>
#include <m_message.h>
-//for future use #include <m_clist.h>
+#include <m_extraicons.h>
#define PLUGIN_DB_ID "MirFox"
|