Fixed navigate to channel post when clicking a channel post link.

Fixed navigate to forum message when clicking a forum message link.
Fixed copy of forum message link to clipboard

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7640 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2014-10-25 23:52:33 +00:00
parent 6c2cc75f2b
commit cfd6a7b8b5
15 changed files with 129 additions and 45 deletions

View file

@ -67,9 +67,10 @@ QString PostedDialog::text(TextType type)
return tr("Create Topic");
case TEXT_TODO:
return "<b>Open points:</b><ul>"
"<li>Subreddits/tag to posts support"
"<li>Picture Support"
"</ul>";
"<li>Subreddits/tag to posts support"
"<li>Picture Support"
"<li>Navigate channel link"
"</ul>";
case TEXT_YOUR_GROUP:
return tr("My Topics");