Added new icon for Posted (patch from defnax)

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7473 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2014-07-26 16:09:54 +00:00
parent 1485361a1e
commit 2347f9e9b1
3 changed files with 3 additions and 3 deletions

View File

@ -37,13 +37,12 @@ bool PostedUserNotify::hasSetting(QString *name, QString *group)
QIcon PostedUserNotify::getIcon()
{
return QIcon(":/images/wikibook_32.png");
return QIcon(":/images/posted_32.png");
}
QIcon PostedUserNotify::getMainIcon(bool hasNew)
{
//TODO: add new icon
return hasNew ? QIcon(":/images/wikibook_32.png") : QIcon(":/images/wikibook_32.png");
return hasNew ? QIcon(":/images/posted_32_new.png") : QIcon(":/images/posted_32.png");
}
void PostedUserNotify::iconClicked()

View File

@ -10,5 +10,6 @@
<file>images/posted_add_64.png</file>
<file>images/hot_24.png</file>
<file>images/new_24.png</file>
<file>images/posted_32_new.png</file>
</qresource>
</RCC>

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB