mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-10 01:55:19 -04:00
enabled new icons for toolbar notify
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5388 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
570369ad9c
commit
4581067b78
4 changed files with 4 additions and 4 deletions
|
@ -75,7 +75,7 @@ QIcon MessageUserNotify::getIcon()
|
|||
|
||||
QIcon MessageUserNotify::getMainIcon(bool hasNew)
|
||||
{
|
||||
return hasNew ? QIcon(":/images/messages_new.png") : QIcon(":/images/evolution.png");
|
||||
return hasNew ? QIcon(":/images/message_new.png") : QIcon(":/images/evolution.png");
|
||||
}
|
||||
|
||||
unsigned int MessageUserNotify::getNewCount()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue