diff options
author | Panagiotis Papadopoulos <pano_90@gmx.net> | 2009-09-30 13:07:56 +0200 |
---|---|---|
committer | Panagiotis Papadopoulos <pano_90@gmx.net> | 2009-09-30 13:07:56 +0200 |
commit | 6c0a85229bba30bf80b5e06c7f98347b10d4ac25 (patch) | |
tree | 8999c87844fceb13f6b653cae7ff936c6d81e78b /src/networkaccessmanager.cpp | |
parent | Modified the string a bit (diff) | |
download | rekonq-6c0a85229bba30bf80b5e06c7f98347b10d4ac25.tar.xz |
Slightly changed the FIXME comment ;-)
Diffstat (limited to 'src/networkaccessmanager.cpp')
-rw-r--r-- | src/networkaccessmanager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/networkaccessmanager.cpp b/src/networkaccessmanager.cpp index c7f9790b..f95fa456 100644 --- a/src/networkaccessmanager.cpp +++ b/src/networkaccessmanager.cpp @@ -128,7 +128,7 @@ void NetworkAccessManager::authenticationRequired(QNetworkReply *reply, QAuthent passwordWidget.iconLabel->setText(QString()); passwordWidget.iconLabel->setPixmap(mainWindow->style()->standardIcon(QStyle::SP_MessageBoxQuestion, 0, mainWindow).pixmap(32, 32)); - //FIXME Replace the text below with an explanation of what exactly %1 and %2 stand for + //FIXME Replace the text below with an explanation of what exactly %1 and %2 mean QString introMessage = i18nc("%1=stuff %2=stuff2", "<qt>Enter username and password for %1 at %2</qt>", Qt::escape(reply->url().toString()), Qt::escape(reply->url().toString()) ); |