[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    =?utf-8?q?=5Brekonq=5D_src=3A_Fix_string?=
From:       Andrea Diamantini <adjam7 () gmail ! com>
Date:       2011-04-04 9:17:30
Message-ID: 20110404091730.29E14A609B () git ! kde ! org
[Download RAW message or body]

Git commit 2e559e428737ca046b3baedf9b88cd1aa7adf2a6 by Andrea Diamantini.
Committed on 04/04/2011 at 11:21.
Pushed by adjam into branch 'master'.

Fix string

M  +1    -4    src/protocolhandler.cpp     

http://commits.kde.org/rekonq/2e559e428737ca046b3baedf9b88cd1aa7adf2a6

diff --git a/src/protocolhandler.cpp b/src/protocolhandler.cpp
index 36efe2a..9543769 100644
--- a/src/protocolhandler.cpp
+++ b/src/protocolhandler.cpp
@@ -178,10 +178,7 @@ bool ProtocolHandler::preHandling(const QNetworkRequest \
&request, QWebFrame *fra  return false;
     
     // Error Message, for those protocols we cannot handle
-        // FIXME change this sentence AFTER STRING FREEZE to: "rekonq doesn't know \
                how to handle this protocol: _url.protocol()" 
-    KMessageBox::error(rApp->mainWindow(), i18nc("@info",
-                       "rekonq cannot handle this URL. \
-                        Please use an appropriate application to open it."));
+    KMessageBox::error(rApp->mainWindow(), i18nc("@info", "rekonq doesn't know how \
to handle this protocol: %1", _url.protocol()));  
     return true;
 }


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic