mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
added help string for notify page
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6825 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
cf8d6682da
commit
8e220c691b
@ -126,6 +126,16 @@ uint NotifyPage::getNewsFlags()
|
||||
return newsFlags;
|
||||
}
|
||||
|
||||
QString NotifyPage::helpText() const
|
||||
{
|
||||
return tr("<h1><img width=\"24\" src=\":/images/64px_help.png\"> Notify</h1> \
|
||||
<p>Retroshare will notify you about what happens in your network. \
|
||||
Depending on your usage, you may want to enable or disable some of the \
|
||||
notifications. This page is designed for that!</p> \
|
||||
") ;
|
||||
|
||||
}
|
||||
|
||||
uint NotifyPage::getNotifyFlags()
|
||||
{
|
||||
uint notifyFlags = 0;
|
||||
|
@ -69,7 +69,7 @@ public:
|
||||
|
||||
virtual QPixmap iconPixmap() const { return QPixmap(":/images/status_unknown.png") ; }
|
||||
virtual QString pageName() const { return tr("Notify") ; }
|
||||
virtual QString helpText() const { return ""; }
|
||||
virtual QString helpText() const ;
|
||||
|
||||
private slots:
|
||||
void notifyToggled();
|
||||
|
Loading…
Reference in New Issue
Block a user