diff options
author | George Hazan <ghazan@miranda.im> | 2019-02-01 23:07:21 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-02-01 23:07:21 +0300 |
commit | 32814854d5eec107221424656dca122887e3de3f (patch) | |
tree | 6834c44d3f62920de508c676ab59f88f5b57dc40 /include | |
parent | b65a92e65f9010a0166f7dcd954b0ce58f2b6cc4 (diff) |
tabSRMM: old perversion removed
Diffstat (limited to 'include')
-rw-r--r-- | include/m_skin.h | 44 |
1 files changed, 20 insertions, 24 deletions
diff --git a/include/m_skin.h b/include/m_skin.h index ed70659eb2..3fb83846ec 100644 --- a/include/m_skin.h +++ b/include/m_skin.h @@ -67,30 +67,26 @@ #define SKINICON_OTHER_EMPTYBLOB 225
#define SKINICON_OTHER_UNICODE 226
#define SKINICON_OTHER_ANSI 227
-#define SKINICON_OTHER_LOADED 228
-#define SKINICON_OTHER_NOTLOADED 229
-#define SKINICON_OTHER_UNDO 230
-#define SKINICON_OTHER_WINDOW 231
-#define SKINICON_OTHER_WINDOWS 232
-#define SKINICON_OTHER_ACCMGR 233
-#define SKINICON_OTHER_MAINMENU 234
-#define SKINICON_OTHER_STATUS 235
-#define SKINICON_CHAT_JOIN 236
-#define SKINICON_CHAT_LEAVE 237
-#define SKINICON_OTHER_STATUS_LOCKED 238
-#define SKINICON_OTHER_GROUP 239
-#define SKINICON_OTHER_ON 240
-#define SKINICON_OTHER_OFF 241
-#define SKINICON_OTHER_LOADEDGRAY 242
-#define SKINICON_OTHER_NOTLOADEDGRAY 243
-#define SKINICON_OTHER_VISIBLE_ALL 244
-#define SKINICON_OTHER_INVISIBLE_ALL 245
-#define SKINICON_OTHER_FRAME 246
-#define SKINICON_AUTH_ADD 247
-#define SKINICON_AUTH_REQUEST 248
-#define SKINICON_AUTH_GRANT 249
-#define SKINICON_AUTH_REVOKE 250
-#define SKINICON_OTHER_GROUPADD 251
+#define SKINICON_OTHER_UNDO 228
+#define SKINICON_OTHER_WINDOW 229
+#define SKINICON_OTHER_WINDOWS 230
+#define SKINICON_OTHER_ACCMGR 231
+#define SKINICON_OTHER_MAINMENU 232
+#define SKINICON_OTHER_STATUS 233
+#define SKINICON_CHAT_JOIN 234
+#define SKINICON_CHAT_LEAVE 235
+#define SKINICON_OTHER_STATUS_LOCKED 236
+#define SKINICON_OTHER_GROUP 237
+#define SKINICON_OTHER_ON 238
+#define SKINICON_OTHER_OFF 239
+#define SKINICON_OTHER_VISIBLE_ALL 240
+#define SKINICON_OTHER_INVISIBLE_ALL 241
+#define SKINICON_OTHER_FRAME 242
+#define SKINICON_AUTH_ADD 243
+#define SKINICON_AUTH_REQUEST 244
+#define SKINICON_AUTH_GRANT 245
+#define SKINICON_AUTH_REVOKE 246
+#define SKINICON_OTHER_GROUPADD 247
/////////////////////////////////////////////////////////////////////////////////////////
// Miranda skin
|