mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-22 07:41:20 -04:00
Fixed to display mail icon when Distant Message is read.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7788 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
47f0f7236e
commit
810a5cacc0
1 changed files with 1 additions and 1 deletions
|
@ -1242,7 +1242,7 @@ void MessagesDialog::insertMessages()
|
|||
{
|
||||
item->setIcon(COLUMN_SIGNATURE, QIcon(":/images/blue_lock_open.png")) ;
|
||||
item->setToolTip(COLUMN_SIGNATURE, tr("This message has been successfully decrypted, and is unsigned.")) ;
|
||||
item->setIcon(COLUMN_SUBJECT, QIcon(":/images/mail-decrypted-full.png")) ;
|
||||
item->setIcon(COLUMN_SUBJECT, QIcon(":/images/message-mail-read.png")) ;
|
||||
|
||||
if(it->msgflags & RS_MSG_SIGNED)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue