mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-19 11:54:22 -04:00
remove old version display
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1459 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
92c5fbf6db
commit
6bd87814ea
6 changed files with 5 additions and 79 deletions
|
@ -61,8 +61,6 @@
|
|||
#include "settings/rsettingswin.h"
|
||||
#endif
|
||||
|
||||
#include "util/rsversion.h"
|
||||
|
||||
#include "rsiface/rsiface.h"
|
||||
#include "rsiface/rspeers.h"
|
||||
#include "rsiface/rsfiles.h"
|
||||
|
@ -131,7 +129,7 @@ MainWindow::MainWindow(QWidget* parent, Qt::WFlags flags)
|
|||
/* Create RshareSettings object */
|
||||
_settings = new RshareSettings();
|
||||
|
||||
setWindowTitle(tr("RetroShare %1 a secure decentralised commmunication platform").arg(retroshareVersion()));
|
||||
setWindowTitle(tr("RetroShare a secure decentralised commmunication platform"));
|
||||
|
||||
mSMPlayer = NULL;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue