summaryrefslogtreecommitdiff
path: root/plugins/HistoryPlusPlus/hpp_global.pas
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2019-01-31 19:57:04 +0300
committerGeorge Hazan <ghazan@miranda.im>2019-01-31 19:57:04 +0300
commitf6875290b33d3ca0352bbb2dad4dfc6d6ad48be8 (patch)
tree029bb82babf6c00c379d9438fa02d06e854b95fe /plugins/HistoryPlusPlus/hpp_global.pas
parent48571763be1aec9d9ac10934c30797cc6d5081e5 (diff)
fix for icon pack warning in h++ (damned git...)
Diffstat (limited to 'plugins/HistoryPlusPlus/hpp_global.pas')
-rw-r--r--plugins/HistoryPlusPlus/hpp_global.pas18
1 files changed, 9 insertions, 9 deletions
diff --git a/plugins/HistoryPlusPlus/hpp_global.pas b/plugins/HistoryPlusPlus/hpp_global.pas
index 925aa4c6d7..9da53cab55 100644
--- a/plugins/HistoryPlusPlus/hpp_global.pas
+++ b/plugins/HistoryPlusPlus/hpp_global.pas
@@ -233,15 +233,15 @@ const
HPP_ICON_EVENT_OUTGOING = 34;
HPP_ICON_EVENT_SYSTEM = 35;
HPP_ICON_EVENT_CONTACTS = 36;
- HPP_ICON_EVENT_STATUS = 40;
- HPP_ICON_EVENT_SMTPSIMPLE = 41;
- HPP_ICON_EVENT_NICK = 42;
- HPP_ICON_EVENT_AVATAR = 43;
- HPP_ICON_EVENT_WATRACK = 44;
- HPP_ICON_EVENT_STATUSMES = 45;
- HPP_ICON_EVENT_VOICECALL = 46;
-
- HppIconsCount = 47;
+ HPP_ICON_EVENT_STATUS = 37;
+ HPP_ICON_EVENT_SMTPSIMPLE = 38;
+ HPP_ICON_EVENT_NICK = 39;
+ HPP_ICON_EVENT_AVATAR = 40;
+ HPP_ICON_EVENT_WATRACK = 41;
+ HPP_ICON_EVENT_STATUSMES = 42;
+ HPP_ICON_EVENT_VOICECALL = 43;
+
+ HppIconsCount = 44;
HPP_SKIN_EVENT_MESSAGE = 0;
HPP_SKIN_EVENT_URL = 1;