mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-13 03:22:34 -04:00
Added "Mark all as read/unread" to channels.
Updated open points for forums and channels. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7440 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
199c38b2b8
commit
6c3b6c6880
4 changed files with 19 additions and 44 deletions
|
@ -27,11 +27,6 @@
|
|||
#include "gui/notifyqt.h"
|
||||
#include "gui/channels/ShareKey.h"
|
||||
|
||||
// These should be in retroshare/ folder.
|
||||
//#include "retroshare/rsgxsflags.h"
|
||||
|
||||
//#define DEBUG_FORUMS
|
||||
|
||||
/** Constructor */
|
||||
GxsForumsDialog::GxsForumsDialog(QWidget *parent)
|
||||
: GxsGroupFrameDialog(rsGxsForums, parent)
|
||||
|
@ -61,9 +56,7 @@ QString GxsForumsDialog::text(TextType type)
|
|||
return "<b>Open points:</b><ul>"
|
||||
"<li>Restore forum keys"
|
||||
"<li>Display AUTHD"
|
||||
"<li>Copy/navigate forum link"
|
||||
"<li>Display author of post"
|
||||
"<li>Display count of unread messages"
|
||||
"<li>Navigate forum link"
|
||||
"<li>Don't show own posts as unread"
|
||||
"<li>Remove messages"
|
||||
"</ul>";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue