From 8cce73a0d33d76d57faecdf138793255a83426cb Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sun, 26 Nov 2017 15:01:04 +0300 Subject: HistoryPP: removed not used icon --- .../historypp_icons/res/Icon_34.ico | Bin 1150 -> 0 bytes .../historypp_icons/res/resource.rc | 1 - plugins/HistoryPlusPlus/hpp_global.pas | 32 ++++++++++----------- 3 files changed, 16 insertions(+), 17 deletions(-) delete mode 100644 plugins/HistoryPlusPlus/historypp_icons/res/Icon_34.ico (limited to 'plugins') 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 Binary files a/plugins/HistoryPlusPlus/historypp_icons/res/Icon_34.ico and /dev/null 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; -- cgit v1.2.3