added newsfeed notify icon

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6605 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2013-08-25 16:05:45 +00:00
parent e74be8e484
commit ff7b56da36
3 changed files with 2 additions and 1 deletions

View File

@ -38,7 +38,7 @@ void NewsFeedUserNotify::newsFeedChanged(int count)
QIcon NewsFeedUserNotify::getMainIcon(bool hasNew)
{
return hasNew ? QIcon(":/images/newsfeed128.png") : QIcon(":/images/newsfeed128.png");
return hasNew ? QIcon(":/images/newsfeed128_notify.png") : QIcon(":/images/newsfeed128.png");
}
unsigned int NewsFeedUserNotify::getNewCount()

View File

@ -285,6 +285,7 @@
<file>images/kdmconfig.png</file>
<file>images/konsole.png</file>
<file>images/newsfeed128.png</file>
<file>images/newsfeed128_notify.png</file>
<file>images/konversation.png</file>
<file>images/konversation16.png</file>
<file>images/konversation128.png</file>

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.9 KiB