fixed wrong icon path for Transfers tab

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8569 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2015-06-29 12:01:28 +00:00
parent 8e0b6b95c5
commit 4e08cd2f83

View File

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