fixed mainwindow title

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2505 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2010-03-09 13:22:58 +00:00
parent 0c92a8b417
commit 0ea171e237

View File

@ -123,7 +123,7 @@ MainWindow::MainWindow(QWidget* parent, Qt::WFlags flags)
qstartWizard->exec();
}
setWindowTitle(tr("RetroShare %1 a secure decentralised commmunication platform").arg(retroshareVersion()));
setWindowTitle(tr("RetroShare %1 a secure decentralised communication platform").arg(retroshareVersion()));
// Setting icons
this->setWindowIcon(QIcon(QString::fromUtf8(":/images/rstray3.png")));