Moved the news feed tab to the first position.

Added icon to the ConnectFriendWizard.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4944 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2012-02-15 21:13:16 +00:00
parent 5bacc13eba
commit 8f0f6a9f3e
2 changed files with 3 additions and 1 deletions

View file

@ -131,6 +131,7 @@ ConnectFriendWizard::ConnectFriendWizard(QWidget *parent,const QString& cert)
QPixmap(":/images/connect/connectFriendBanner.png")) ;
setWindowTitle(tr("Connect Friend Wizard"));
setWindowIcon(QIcon(":/images/rstray3.png"));
}