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:
joss17 2009-07-31 18:26:19 +00:00
parent 92c5fbf6db
commit 6bd87814ea
6 changed files with 5 additions and 79 deletions

View file

@ -25,7 +25,6 @@
#include "rshare.h"
#include "common/vmessagebox.h"
#include "util/rsversion.h"
#include "NetworkDialog.h"
#include "NetworkView.h"
#include "TrustView.h"
@ -134,7 +133,7 @@ NetworkDialog::NetworkDialog(QWidget *parent)
ui.networkTab->addTab(new TrustView(),QString(tr("Trust matrix")));
// Set Log infos
setLogInfo(tr("RetroShare %1 started.", "e.g: RetroShare v0.x started.").arg(retroshareVersion()));
setLogInfo(tr("RetroShare started."));
setLogInfo(tr("Welcome to RetroShare."), QString::fromUtf8("blue"));