diff options
author | George Hazan <george.hazan@gmail.com> | 2014-01-18 09:34:05 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-01-18 09:34:05 +0000 |
commit | 04ac06b7119933997ee0b407478d4cb409007098 (patch) | |
tree | 7fd4cdc723f4d38a2bc42230062bddb1445ac5f0 /include | |
parent | 69ee782255e915d282f17cf702eff574fb82e84a (diff) |
end of crazy matrix mechanics in chat's icon ordering
git-svn-id: http://svn.miranda-ng.org/main/trunk@7708 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include')
-rw-r--r-- | include/m_chat_int.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/include/m_chat_int.h b/include/m_chat_int.h index 9e2f304cb0..7ebeb02068 100644 --- a/include/m_chat_int.h +++ b/include/m_chat_int.h @@ -88,11 +88,11 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define ICON_REMSTATUS 12
#define ICON_TOPIC 13
-#define ICON_STATUS1 14
-#define ICON_STATUS2 15
-#define ICON_STATUS3 16
-#define ICON_STATUS4 17
-#define ICON_STATUS0 18
+#define ICON_STATUS0 14
+#define ICON_STATUS1 15
+#define ICON_STATUS2 16
+#define ICON_STATUS3 17
+#define ICON_STATUS4 18
#define ICON_STATUS5 19
//structs
|