summaryrefslogtreecommitdiff
path: root/plugins/HistoryPlusPlus
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2017-11-26 15:01:04 +0300
committerKirill Volinsky <mataes2007@gmail.com>2017-11-26 15:01:35 +0300
commit8cce73a0d33d76d57faecdf138793255a83426cb (patch)
tree6ddc11e04a639925a2edd6a04a41073ff0e31bef /plugins/HistoryPlusPlus
parentb6130f1041d052bcdcc7491f40c160f8794ec86d (diff)
HistoryPP: removed not used icon
Diffstat (limited to 'plugins/HistoryPlusPlus')
-rw-r--r--plugins/HistoryPlusPlus/historypp_icons/res/Icon_34.icobin1150 -> 0 bytes
-rw-r--r--plugins/HistoryPlusPlus/historypp_icons/res/resource.rc1
-rw-r--r--plugins/HistoryPlusPlus/hpp_global.pas32
3 files changed, 16 insertions, 17 deletions
diff --git a/plugins/HistoryPlusPlus/historypp_icons/res/Icon_34.ico b/plugins/HistoryPlusPlus/historypp_icons/res/Icon_34.ico
deleted file mode 100644
index 82f0bef607..0000000000
--- a/plugins/HistoryPlusPlus/historypp_icons/res/Icon_34.ico
+++ /dev/null
Binary files differ
diff --git a/plugins/HistoryPlusPlus/historypp_icons/res/resource.rc b/plugins/HistoryPlusPlus/historypp_icons/res/resource.rc
index 0805e3398c..4885c06783 100644
--- a/plugins/HistoryPlusPlus/historypp_icons/res/resource.rc
+++ b/plugins/HistoryPlusPlus/historypp_icons/res/resource.rc
@@ -61,7 +61,6 @@ IDI_ICON30 ICON "Icon_30.ico"
IDI_ICON31 ICON "Icon_31.ico"
IDI_ICON32 ICON "Icon_32.ico"
IDI_ICON33 ICON "Icon_33.ico"
-IDI_ICON34 ICON "Icon_34.ico"
IDI_ICON35 ICON "Icon_35.ico"
IDI_ICON36 ICON "Icon_36.ico"
IDI_ICON37 ICON "Icon_37.ico"
diff --git a/plugins/HistoryPlusPlus/hpp_global.pas b/plugins/HistoryPlusPlus/hpp_global.pas
index 6c35da0e1b..dba7710003 100644
--- a/plugins/HistoryPlusPlus/hpp_global.pas
+++ b/plugins/HistoryPlusPlus/hpp_global.pas
@@ -230,22 +230,22 @@ const
HPP_ICON_SEARCHADVANCED = 31;
HPP_ICON_SEARCHRANGE = 32;
- HPP_ICON_EVENT_INCOMING = 34;
- HPP_ICON_EVENT_OUTGOING = 35;
- HPP_ICON_EVENT_SYSTEM = 36;
- HPP_ICON_EVENT_CONTACTS = 37;
- HPP_ICON_EVENT_SMS = 38;
- HPP_ICON_EVENT_WEBPAGER = 39;
- HPP_ICON_EVENT_EEXPRESS = 40;
- HPP_ICON_EVENT_STATUS = 41;
- HPP_ICON_EVENT_SMTPSIMPLE = 42;
- HPP_ICON_EVENT_NICK = 43;
- HPP_ICON_EVENT_AVATAR = 44;
- HPP_ICON_EVENT_WATRACK = 45;
- HPP_ICON_EVENT_STATUSMES = 46;
- HPP_ICON_EVENT_VOICECALL = 47;
-
- HppIconsCount = 48;
+ HPP_ICON_EVENT_INCOMING = 33;
+ HPP_ICON_EVENT_OUTGOING = 34;
+ HPP_ICON_EVENT_SYSTEM = 35;
+ HPP_ICON_EVENT_CONTACTS = 36;
+ HPP_ICON_EVENT_SMS = 37;
+ HPP_ICON_EVENT_WEBPAGER = 38;
+ HPP_ICON_EVENT_EEXPRESS = 39;
+ 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_SKIN_EVENT_MESSAGE = 0;
HPP_SKIN_EVENT_URL = 1;