diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-08-06 20:05:14 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-08-06 20:05:14 +0000 |
commit | 4021c096c2acf83f4671edbb4e212796bd662491 (patch) | |
tree | 196bb6cb098a986e8493a6bf7a74b3a7dcb8b396 /protocols/IcqOscarJ/icq_constants.h | |
parent | b54aa7ddb41c1d62d2b05407b535acd52b761ca2 (diff) |
added default popups in options
git-svn-id: http://svn.miranda-ng.org/main/trunk@1387 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/IcqOscarJ/icq_constants.h')
-rw-r--r-- | protocols/IcqOscarJ/icq_constants.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/IcqOscarJ/icq_constants.h b/protocols/IcqOscarJ/icq_constants.h index aae88a8f69..4da90f1bc0 100644 --- a/protocols/IcqOscarJ/icq_constants.h +++ b/protocols/IcqOscarJ/icq_constants.h @@ -103,6 +103,7 @@ #define DEFAULT_SPAM_BACK_COLORS RGB(213,209,208)
#define DEFAULT_SPAM_TIMEOUT 0
#define DEFAULT_POPUPS_WIN_COLORS 0
+#define DEFAULT_POPUPS_DEF_COLORS (BYTE)!DEFAULT_POPUPS_WIN_COLORS
/* Database setting names */
#define DBSETTING_CAPABILITIES "caps"
|