mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-04 15:15:15 -04:00
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:
parent
d7e25e24e5
commit
15f1df9e63
7 changed files with 85 additions and 4 deletions
|
@ -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\"> 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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue