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:
defnax 2012-08-06 23:22:24 +00:00
parent 570369ad9c
commit 4581067b78
4 changed files with 4 additions and 4 deletions

View File

@ -75,7 +75,7 @@ QIcon ChannelUserNotify::getIcon()
QIcon ChannelUserNotify::getMainIcon(bool hasNew)
{
return hasNew ? QIcon(":/images/channels_new32.png") : QIcon(":/images/channels.png");
return hasNew ? QIcon(":/images/channels_new.png") : QIcon(":/images/channels.png");
}
unsigned int ChannelUserNotify::getNewCount()

View File

@ -75,7 +75,7 @@ QIcon ForumUserNotify::getIcon()
QIcon ForumUserNotify::getMainIcon(bool hasNew)
{
return hasNew ? QIcon(":/images/konversation_new.png") : QIcon(":/images/konversation.png");
return hasNew ? QIcon(":/images/forums_new.png") : QIcon(":/images/konversation.png");
}
unsigned int ForumUserNotify::getNewCount()

View File

@ -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()

View File

@ -75,7 +75,7 @@ QIcon TransferUserNotify::getIcon()
QIcon TransferUserNotify::getMainIcon(bool hasNew)
{
return hasNew ? QIcon(":/images/transfers_new32.png") : QIcon(":/images/ktorrent32.png");
return hasNew ? QIcon(":/images/transfers_new.png") : QIcon(":/images/ktorrent32.png");
}
unsigned int TransferUserNotify::getNewCount()