summaryrefslogtreecommitdiff
path: root/plugins/HistoryPlusPlus/hpp_global.pas
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2019-01-20 22:50:52 +0300
committerGeorge Hazan <ghazan@miranda.im>2019-01-20 22:50:52 +0300
commit8c18d1fe6f83807116c065e548ee6b567f4b49a1 (patch)
treec01b9461b4ee00ffae0ec9f028087b67d7c49feb /plugins/HistoryPlusPlus/hpp_global.pas
parent236dfc4581f03c670f4b5a5b076b2910ae25459b (diff)
fixes #1776 (any traces of URL* related constants removed)
Diffstat (limited to 'plugins/HistoryPlusPlus/hpp_global.pas')
-rw-r--r--plugins/HistoryPlusPlus/hpp_global.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/HistoryPlusPlus/hpp_global.pas b/plugins/HistoryPlusPlus/hpp_global.pas
index f9f198da2a..3d2c44f32b 100644
--- a/plugins/HistoryPlusPlus/hpp_global.pas
+++ b/plugins/HistoryPlusPlus/hpp_global.pas
@@ -63,7 +63,7 @@ type
// be show as the last entry
TMessageType = (mtUnknown,
mtIncoming, mtOutgoing,
- mtMessage, mtUrl, mtFile, mtSystem,
+ mtMessage, mtFile, mtSystem,
mtContacts, mtSMS, mtWebPager, mtEmailExpress, mtStatus, mtSMTPSimple,
mtOther,
mtNickChange,mtAvatarChange,mtWATrack,mtStatusMessage,mtVoiceCall,mtCustom);