summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-05-27 02:42:55 +0200
committerAndrea Diamantini <adjam7@gmail.com>2010-05-27 02:42:55 +0200
commite6c7cc56602d2c08862c765bcdfa115961d2a940 (patch)
tree0e4ce72c82de262f5e3e0a7daca0db2f530c427d
parentMerge commit 'refs/merge-requests/2281' of git://gitorious.org/rekonq/mainlin... (diff)
parentprefer man- and info-pages to default search engine (diff)
downloadrekonq-e6c7cc56602d2c08862c765bcdfa115961d2a940.tar.xz
Merge commit 'refs/merge-requests/2283' of git://gitorious.org/rekonq/mainline into m2283
-rw-r--r--src/urlbar/urlresolver.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/urlbar/urlresolver.cpp b/src/urlbar/urlresolver.cpp
index 07b40bac..494c8145 100644
--- a/src/urlbar/urlresolver.cpp
+++ b/src/urlbar/urlresolver.cpp
@@ -74,7 +74,7 @@ UrlResolver::UrlResolver(const QString &typedUrl)
{
kDebug() << "browse regexp empty. Setting value..";
- QString protocol = "^(http://|https://|file://|ftp://)";
+ QString protocol = "^(http://|https://|file://|ftp://|man:|info:)";
QString local = "^/";