mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-21 05:39:11 -04:00
fixed to/from for encrypted messages
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6842 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
b9a79db9b0
commit
69862404d6
2 changed files with 2 additions and 1 deletions
|
@ -564,6 +564,7 @@ void MessageWidget::fill(const std::string &msgId)
|
|||
|
||||
if (msgInfo.msgflags & RS_MSG_ENCRYPTED) {
|
||||
ui.subjectText->setText(tr("Encrypted message"));
|
||||
ui.fromText->setText(tr("Unknown (needs decryption)")) ;
|
||||
} else {
|
||||
ui.subjectText->setText(QString::fromStdWString(msgInfo.title));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue