mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-12 19:12:28 -04:00
added rsversion for MainWindow again its usefull to know on MainWindow Title which version im running.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1468 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
48b1cd0a0c
commit
0d33e14147
4 changed files with 73 additions and 2 deletions
|
@ -66,6 +66,7 @@
|
|||
#include "rsiface/rsfiles.h"
|
||||
|
||||
#include "gui/connect/ConnectFriendWizard.h"
|
||||
#include "util/rsversion.h"
|
||||
|
||||
#include <sstream>
|
||||
#include <iomanip>
|
||||
|
@ -129,8 +130,8 @@ MainWindow::MainWindow(QWidget* parent, Qt::WFlags flags)
|
|||
/* Create RshareSettings object */
|
||||
_settings = new RshareSettings();
|
||||
|
||||
setWindowTitle(tr("RetroShare a secure decentralised commmunication platform"));
|
||||
|
||||
setWindowTitle(tr("RetroShare %1 a secure decentralised commmunication platform").arg(retroshareVersion()));
|
||||
|
||||
mSMPlayer = NULL;
|
||||
|
||||
// Setting icons
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue