Symbian: Quick fix for TRK's lock problem

This commit is contained in:
Pawel Polanski
2011-02-08 14:22:17 +01:00
parent 745b143136
commit 2a7f8c1f1a
3 changed files with 21 additions and 17 deletions

View File

@@ -338,7 +338,7 @@ void CodaRunControl::finishRunControl()
QMessageBox *CodaRunControl::createCodaWaitingMessageBox(QWidget *parent)
{
const QString title = tr("Waiting for CODA");
const QString text = tr("Qt Creator is waiting for the CODA application to connect. "
const QString text = tr("Qt Creator is waiting for the CODA application to connect.<br>"
"Please make sure the application is running on "
"your mobile phone and the right IP address and port are "
"configured in the project settings.");