added more help panels

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6519 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2013-07-19 18:36:09 +00:00
parent d7e25e24e5
commit 15f1df9e63
7 changed files with 85 additions and 4 deletions

View file

@ -275,6 +275,18 @@ MessagesDialog::MessagesDialog(QWidget *parent)
#ifdef Q_WS_WIN
#endif
QString help_str = tr(
" <h1><img width=\"32\" src=\":/images/64px_help.png\">&nbsp;&nbsp;Messages</h1> \ \
<p>Messages are like e-mail: you send/receive them from your friends when both of you \
are connected.</p> \
<p>Some additional features allow to exchange data in messages: you can recommend files to your friends, \
or recommend friends to be for other friends to streathen your network.</p> \
") ;
registerHelpButton(ui.helpButton,help_str) ;
}
MessagesDialog::~MessagesDialog()