summaryrefslogtreecommitdiff
path: root/plugins/HistoryPlusPlus/hpp_global.pas
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/HistoryPlusPlus/hpp_global.pas')
-rw-r--r--plugins/HistoryPlusPlus/hpp_global.pas61
1 files changed, 31 insertions, 30 deletions
diff --git a/plugins/HistoryPlusPlus/hpp_global.pas b/plugins/HistoryPlusPlus/hpp_global.pas
index 46fb13d739..6ee414e78f 100644
--- a/plugins/HistoryPlusPlus/hpp_global.pas
+++ b/plugins/HistoryPlusPlus/hpp_global.pas
@@ -214,36 +214,37 @@ const
HPP_ICON_HOTSEARCH = 13;
HPP_ICON_SEARCHUP = 14;
HPP_ICON_SEARCHDOWN = 15;
- HPP_ICON_TOOL_DELETE = 16;
- HPP_ICON_TOOL_SESSIONS = 17;
- HPP_ICON_TOOL_SAVE = 18;
- HPP_ICON_TOOL_COPY = 29;
- HPP_ICON_SEARCH_ENDOFPAGE = 20;
- HPP_ICON_SEARCH_NOTFOUND = 21;
- HPP_ICON_HOTFILTERCLEAR = 22;
- HPP_ICON_SESS_HIDE = 23;
- HPP_ICON_DROPDOWNARROW = 24;
- HPP_ICON_CONTACDETAILS = 25;
- HPP_ICON_CONTACTMENU = 26;
- HPP_ICON_BOOKMARK = 27;
- HPP_ICON_BOOKMARK_ON = 28;
- HPP_ICON_BOOKMARK_OFF = 39;
- HPP_ICON_SEARCHADVANCED = 30;
- HPP_ICON_SEARCHRANGE = 31;
-
- HPP_ICON_EVENT_INCOMING = 32;
- HPP_ICON_EVENT_OUTGOING = 33;
- HPP_ICON_EVENT_SYSTEM = 34;
- HPP_ICON_EVENT_CONTACTS = 35;
- HPP_ICON_EVENT_STATUS = 36;
- HPP_ICON_EVENT_SMTPSIMPLE = 37;
- HPP_ICON_EVENT_NICK = 38;
- HPP_ICON_EVENT_AVATAR = 39;
- HPP_ICON_EVENT_WATRACK = 40;
- HPP_ICON_EVENT_STATUSMES = 41;
- HPP_ICON_EVENT_VOICECALL = 42;
-
- HppIconsCount = 43;
+ HPP_ICON_TOOL_DELETEALL = 16;
+ HPP_ICON_TOOL_DELETE = 17;
+ HPP_ICON_TOOL_SESSIONS = 18;
+ HPP_ICON_TOOL_SAVE = 19;
+ HPP_ICON_TOOL_COPY = 20;
+ HPP_ICON_SEARCH_ENDOFPAGE = 21;
+ HPP_ICON_SEARCH_NOTFOUND = 22;
+ HPP_ICON_HOTFILTERCLEAR = 23;
+ HPP_ICON_SESS_HIDE = 24;
+ HPP_ICON_DROPDOWNARROW = 25;
+ HPP_ICON_CONTACDETAILS = 26;
+ HPP_ICON_CONTACTMENU = 27;
+ HPP_ICON_BOOKMARK = 28;
+ HPP_ICON_BOOKMARK_ON = 29;
+ HPP_ICON_BOOKMARK_OFF = 30;
+ HPP_ICON_SEARCHADVANCED = 31;
+ HPP_ICON_SEARCHRANGE = 32;
+
+ HPP_ICON_EVENT_INCOMING = 33;
+ HPP_ICON_EVENT_OUTGOING = 34;
+ HPP_ICON_EVENT_SYSTEM = 35;
+ HPP_ICON_EVENT_CONTACTS = 36;
+ 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;