diff options
author | Rohan Garg <rohan16garg@gmail.com> | 2010-07-08 19:48:06 +0530 |
---|---|---|
committer | Rohan Garg <rohan16garg@gmail.com> | 2010-07-08 19:48:06 +0530 |
commit | c90b5d12c65af3c66818c564f758940cea57ba97 (patch) | |
tree | ac74f2f3aec60895d56cbd709412a6a5e63a4977 /src | |
parent | apturl handling (diff) | |
download | rekonq-c90b5d12c65af3c66818c564f758940cea57ba97.tar.xz |
forgot to add apt: to urlbar ;)
modified: urlbar/urlresolver.cpp
Diffstat (limited to 'src')
-rw-r--r-- | src/urlbar/urlresolver.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/urlbar/urlresolver.cpp b/src/urlbar/urlresolver.cpp index 1f4f9f9c..d457e1fb 100644 --- a/src/urlbar/urlresolver.cpp +++ b/src/urlbar/urlresolver.cpp @@ -68,7 +68,7 @@ UrlResolver::UrlResolver(const QString &typedUrl) { kDebug() << "browse regexp empty. Setting value.."; - QString protocol = "^(http://|https://|file://|ftp://|man:|info:)"; + QString protocol = "^(http://|https://|file://|ftp://|man:|info:|apt:)"; QString localhost = "^localhost"; |