mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Fixed edit of a message with plaintext. The newlines remain unchanged.
(investigated by braindead) git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5625 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
e7ff4bbab8
commit
a24f7b5134
@ -870,7 +870,7 @@ MessageComposer *MessageComposer::newMsg(const std::string &msgId /* = ""*/)
|
||||
msgComposer->msgFlags = (msgInfo.msgflags & RS_MSG_SYSTEM);
|
||||
|
||||
msgComposer->setTitleText(QString::fromStdWString(msgInfo.title));
|
||||
msgComposer->setMsgText(QString::fromStdWString(msgInfo.msg), true);
|
||||
msgComposer->setMsgText(QString::fromStdWString(msgInfo.msg));
|
||||
msgComposer->setFileList(msgInfo.files);
|
||||
|
||||
// get existing groups
|
||||
|
Loading…
Reference in New Issue
Block a user