diff options
Diffstat (limited to 'plugins/NewAwaySysMod/src/Properties.h')
-rw-r--r-- | plugins/NewAwaySysMod/src/Properties.h | 45 |
1 files changed, 22 insertions, 23 deletions
diff --git a/plugins/NewAwaySysMod/src/Properties.h b/plugins/NewAwaySysMod/src/Properties.h index 506c160076..8c8ca7261a 100644 --- a/plugins/NewAwaySysMod/src/Properties.h +++ b/plugins/NewAwaySysMod/src/Properties.h @@ -76,31 +76,30 @@ private: #define ILI_NOICON (-1)
#define ILI_EVENT_MESSAGE 0
-#define ILI_EVENT_URL 1
-#define ILI_EVENT_FILE 2
-#define ILI_PROTO_ONL 3
-#define ILI_PROTO_AWAY 4
-#define ILI_PROTO_NA 5
-#define ILI_PROTO_OCC 6
-#define ILI_PROTO_DND 7
-#define ILI_PROTO_FFC 8
-#define ILI_PROTO_INV 9
-#define ILI_PROTO_OTP 10
-#define ILI_PROTO_OTL 11
-#define ILI_DOT 12
-#define ILI_MSGICON 13
-#define ILI_IGNORE 14
-#define ILI_SOE_DISABLED 15
-#define ILI_SOE_ENABLED 16
-#define ILI_NEWMESSAGE 17
-#define ILI_NEWCATEGORY 18
-#define ILI_SAVE 19
-#define ILI_SAVEASNEW 20
-#define ILI_DELETE 21
-#define ILI_SETTINGS 22
+#define ILI_EVENT_FILE 1
+#define ILI_PROTO_ONL 2
+#define ILI_PROTO_AWAY 3
+#define ILI_PROTO_NA 4
+#define ILI_PROTO_OCC 5
+#define ILI_PROTO_DND 6
+#define ILI_PROTO_FFC 7
+#define ILI_PROTO_INV 8
+#define ILI_PROTO_OTP 9
+#define ILI_PROTO_OTL 10
+#define ILI_DOT 11
+#define ILI_MSGICON 12
+#define ILI_IGNORE 13
+#define ILI_SOE_DISABLED 14
+#define ILI_SOE_ENABLED 15
+#define ILI_NEWMESSAGE 16
+#define ILI_NEWCATEGORY 17
+#define ILI_SAVE 18
+#define ILI_SAVEASNEW 19
+#define ILI_DELETE 20
+#define ILI_SETTINGS 21
static unsigned Icons[] = {
- SKINICON_EVENT_MESSAGE | IL_SKINICON, SKINICON_EVENT_URL | IL_SKINICON, SKINICON_EVENT_FILE | IL_SKINICON,
+ SKINICON_EVENT_MESSAGE | IL_SKINICON, SKINICON_EVENT_FILE | IL_SKINICON,
ID_STATUS_ONLINE | IL_PROTOICON, ID_STATUS_AWAY | IL_PROTOICON, ID_STATUS_NA | IL_PROTOICON, ID_STATUS_OCCUPIED | IL_PROTOICON, ID_STATUS_DND | IL_PROTOICON, ID_STATUS_FREECHAT | IL_PROTOICON, ID_STATUS_INVISIBLE | IL_PROTOICON, ID_STATUS_ONTHEPHONE | IL_PROTOICON, ID_STATUS_OUTTOLUNCH | IL_PROTOICON,
IDI_DOT, IDI_MSGICON, IDI_IGNORE, IDI_SOE_ENABLED, IDI_SOE_DISABLED, IDI_NEWMESSAGE, IDI_NEWCATEGORY, IDI_SAVE, IDI_SAVEASNEW, IDI_DELETE, IDI_SETTINGS
};
|