diff options
author | George Hazan <george.hazan@gmail.com> | 2013-11-26 15:28:09 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-11-26 15:28:09 +0000 |
commit | 19cab1ca9696845a338a17c9bad3788aa4ec7bc2 (patch) | |
tree | e7e8712794e7e78136d7eb101fa876124916e2d6 /plugins/HistoryPlusPlus/hpp_global.pas | |
parent | a24244a8159143a07208a91a6314680856d45a9e (diff) |
password protection removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@6988 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/HistoryPlusPlus/hpp_global.pas')
-rw-r--r-- | plugins/HistoryPlusPlus/hpp_global.pas | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/HistoryPlusPlus/hpp_global.pas b/plugins/HistoryPlusPlus/hpp_global.pas index 31ad4b1508..b678f4d9bc 100644 --- a/plugins/HistoryPlusPlus/hpp_global.pas +++ b/plugins/HistoryPlusPlus/hpp_global.pas @@ -224,8 +224,7 @@ const HPP_ICON_BOOKMARK_OFF = 30;
HPP_ICON_SEARCHADVANCED = 31;
HPP_ICON_SEARCHRANGE = 32;
- HPP_ICON_SEARCHPROTECTED = 33;
-
+
HPP_ICON_EVENT_INCOMING = 34;
HPP_ICON_EVENT_OUTGOING = 35;
HPP_ICON_EVENT_SYSTEM = 36;
@@ -356,7 +355,7 @@ var HostStart, HostEnd: Integer;
HostStr, EncodedStr: String;
begin
- // [scheme://*][user:password@]host[:port][/path]
+ // [scheme://*][user:pass]host[:port][/path]
// [mailto:]userinfo@host
// \\host\path
Result := False;
|