diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2017-08-22 22:56:51 +0300 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2017-08-22 22:56:51 +0300 |
commit | f29a8526f837b9f8bf04be88a619d536256b4b99 (patch) | |
tree | bde347829504c21c1559d5f93c05a4eaedd86762 /plugins/NewXstatusNotify/src/stdafx.h | |
parent | 2be2a04af85d58577b2cd7d5e67191208c7cf604 (diff) |
NewXsatusNotify: all icons added to icolib (fixes #299)
Diffstat (limited to 'plugins/NewXstatusNotify/src/stdafx.h')
-rw-r--r-- | plugins/NewXstatusNotify/src/stdafx.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/plugins/NewXstatusNotify/src/stdafx.h b/plugins/NewXstatusNotify/src/stdafx.h index 32feb569d4..1053b8e602 100644 --- a/plugins/NewXstatusNotify/src/stdafx.h +++ b/plugins/NewXstatusNotify/src/stdafx.h @@ -98,8 +98,18 @@ #define COLOR_BG_NAVAILDEFAULT RGB(255,189,189)
#define COLOR_TX_DEFAULT RGB(0,0,0)
+#define ICO_RESET "reset"
+#define ICO_POPUP "popup"
+#define ICO_SOUND "sound"
#define ICO_NOTIFICATION_OFF "notification_off"
#define ICO_NOTIFICATION_ON "notification_on"
+#define ICO_XSTATUS "xstatus"
+#define ICO_DISABLEALL "disable_all"
+#define ICO_ENABLEALL "enable_all"
+#define ICO_VARIABLES "variables"
+#define ICO_STATUS_MESSAGE "status_message"
+#define ICO_LOGGING_XSTATUS "logging_xstatus"
+#define ICO_LOGGING_SMSG "logging_status_message"
#define JS_PARSE_XMPP_URI "/ParseXmppURI"
@@ -149,6 +159,7 @@ extern HINSTANCE hInst; extern HGENMENU hEnableDisableMenu;
extern STATUS StatusList[STATUS_COUNT];
extern STATUS StatusListEx[STATUSEX_COUNT];
+extern IconItem iconList[];
wchar_t* GetStr(STATUSMSGINFO *n, const wchar_t *tmplt);
void LogSMsgToDB(STATUSMSGINFO *smi, const wchar_t *tmplt);
|