From 6c0a85229bba30bf80b5e06c7f98347b10d4ac25 Mon Sep 17 00:00:00 2001 From: Panagiotis Papadopoulos Date: Wed, 30 Sep 2009 13:07:56 +0200 Subject: Slightly changed the FIXME comment ;-) --- src/networkaccessmanager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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", "Enter username and password for %1 at %2", Qt::escape(reply->url().toString()), Qt::escape(reply->url().toString()) ); -- cgit v1.2.1