mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-13 00:19:30 -05:00
fixed recommendation signature (patch from sehraf)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7960 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
f2a8a293cf
commit
63752af168
2
TODO.txt
2
TODO.txt
@ -25,7 +25,7 @@ E [ ] it's not possible to create a Forum thread without a Owner.
|
|||||||
GUI General
|
GUI General
|
||||||
E [ ] do we keep "Getting Started" ? the look needs to be improved
|
E [ ] do we keep "Getting Started" ? the look needs to be improved
|
||||||
E [ ] Recommendation messages do not show complete links. Links show up in some buttons and the text is truncated
|
E [ ] Recommendation messages do not show complete links. Links show up in some buttons and the text is truncated
|
||||||
E [ ] Recommendation messages should not be signed by the retroshare team!!
|
E [X] Recommendation messages should not be signed by the retroshare team!!
|
||||||
E [ ] when adding a friend through clicking on cert links, the add friend wizard is shown twice!
|
E [ ] when adding a friend through clicking on cert links, the add friend wizard is shown twice!
|
||||||
M [X] add a flag in friends option to allow auto-download of recommended files
|
M [X] add a flag in friends option to allow auto-download of recommended files
|
||||||
|
|
||||||
|
@ -474,7 +474,7 @@ void MessageComposer::recommendFriend(const std::list <RsPeerId> &sslIds, const
|
|||||||
sMsgText += recommendHtml;
|
sMsgText += recommendHtml;
|
||||||
sMsgText += "<br>";
|
sMsgText += "<br>";
|
||||||
sMsgText += tr("This friend is suggested by") + " " + link.toHtml() + "<br><br>" ;
|
sMsgText += tr("This friend is suggested by") + " " + link.toHtml() + "<br><br>" ;
|
||||||
sMsgText += tr("Thanks, <br>The RetroShare Team");
|
sMsgText += tr("Thanks, <br>") + QString::fromUtf8(rsPeers->getGPGName(rsPeers->getGPGOwnId()).c_str());
|
||||||
composer->setMsgText(sMsgText);
|
composer->setMsgText(sMsgText);
|
||||||
|
|
||||||
std::list <RsPeerId>::const_iterator peerIt;
|
std::list <RsPeerId>::const_iterator peerIt;
|
||||||
|
Loading…
Reference in New Issue
Block a user