diff options
| author | Peter Penz <[email protected]> | 2012-06-08 22:07:59 +0200 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2012-06-08 22:08:29 +0200 |
| commit | b2f5de974463f54023905e0979102d179eed0a00 (patch) | |
| tree | 1e257594f43ea496aa3ac8c5f74a82d589844ac7 /src/dolphinviewcontainer.cpp | |
| parent | 98a4aa10ef09087ce6498d09461036cb0ab9cb4d (diff) | |
Krazy fixes
Diffstat (limited to 'src/dolphinviewcontainer.cpp')
| -rw-r--r-- | src/dolphinviewcontainer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinviewcontainer.cpp b/src/dolphinviewcontainer.cpp index 4d3f1983b..607cb33a7 100644 --- a/src/dolphinviewcontainer.cpp +++ b/src/dolphinviewcontainer.cpp @@ -532,7 +532,7 @@ void DolphinViewContainer::slotUrlNavigatorLocationChanged(const KUrl& url) } else if (KProtocolManager::isSourceProtocol(url)) { QString app = "konqueror"; if (url.protocol().startsWith(QLatin1String("http"))) { - showMessage(i18nc("@info:status", + showMessage(i18nc("@info:status", // krazy:exclude=qmethods "Dolphin does not support web pages, the web browser has been launched"), Information); |
