summaryrefslogtreecommitdiff
path: root/plugins/HistoryPlusPlus/hpp_global.pas
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2021-06-10 16:29:02 +0300
committerGeorge Hazan <ghazan@miranda.im>2021-06-10 16:29:02 +0300
commitc6519db3afea05236cd41a144110a8a74f3daa96 (patch)
treea30afee305efb54be06a4b7bf1fafdbc6f2ce9ce /plugins/HistoryPlusPlus/hpp_global.pas
parent2ad5c23a591fb5aa4c34f1148ee565cc015d1384 (diff)
fixes #2914 (unified empty history menu items)
Diffstat (limited to 'plugins/HistoryPlusPlus/hpp_global.pas')
-rw-r--r--plugins/HistoryPlusPlus/hpp_global.pas59
1 files changed, 29 insertions, 30 deletions
diff --git a/plugins/HistoryPlusPlus/hpp_global.pas b/plugins/HistoryPlusPlus/hpp_global.pas
index 9bae1efa3c..46fb13d739 100644
--- a/plugins/HistoryPlusPlus/hpp_global.pas
+++ b/plugins/HistoryPlusPlus/hpp_global.pas
@@ -214,37 +214,36 @@ const
HPP_ICON_HOTSEARCH = 13;
HPP_ICON_SEARCHUP = 14;
HPP_ICON_SEARCHDOWN = 15;
- 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_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 = 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_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_SKIN_EVENT_MESSAGE = 0;
HPP_SKIN_EVENT_URL = 1;