mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-18 12:24:22 -05:00
* Disabled addRecipient for Forwarding a message
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1028 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
1b62cbe85e
commit
bf48cc83aa
@ -320,7 +320,7 @@ void MessagesDialog::forwardmessage()
|
||||
std::string cited_text(doc.toPlainText().toStdString()) ;
|
||||
|
||||
nMsgDialog->insertForwardPastedText(cited_text) ;
|
||||
nMsgDialog->addRecipient( msgInfo.srcId ) ;
|
||||
//nMsgDialog->addRecipient( msgInfo.srcId ) ;
|
||||
nMsgDialog->show();
|
||||
nMsgDialog->activateWindow();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user