Fix displaying URL in account settings.

I deleted too much code there last time.
This commit is contained in:
Krzesimir Nowak 2013-07-30 10:30:55 +02:00
parent a6bf33c501
commit 224fd21612

View file

@ -415,7 +415,7 @@ void AccountSettings::slotOCInfo( const QString& url, const QString& versionStr,
qDebug() << "#-------# oC found on " << url;
/* enable the open button */
ui->connectLabel->setOpenExternalLinks(true);
ui->connectLabel->setText( tr("Connected to <a href=\"%1\">%1</a>.") );
ui->connectLabel->setText( tr("Connected to <a href=\"%1\">%1</a>.").arg(url) );
ui->connectLabel->setToolTip( tr("Version: %1 (%2)").arg(versionStr).arg(version));
ui->_ButtonAdd->setEnabled(true);