mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-23 22:49:37 -05:00
* Changend MainWindow Title
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@928 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
f9dcdec18f
commit
47c267dc01
@ -143,7 +143,7 @@ MainWindow::MainWindow(QWidget* parent, Qt::WFlags flags)
|
||||
/* Create RshareSettings object */
|
||||
_settings = new RshareSettings();
|
||||
|
||||
setWindowTitle(tr("RetroShare %1").arg(retroshareVersion()));
|
||||
setWindowTitle(tr("RetroShare %1 RetroShare a private and secure decentralised commmunication platform").arg(retroshareVersion()));
|
||||
|
||||
mSMPlayer = NULL;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user