mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-03 06:35:08 -04:00
added a new no avatar background picture for privat Chat.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3407 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
b8789a9524
commit
7b20984574
3 changed files with 2 additions and 1 deletions
|
@ -867,7 +867,7 @@ void PopupChatDialog::updatePeerAvatar(const std::string& peer_id)
|
|||
#ifdef CHAT_DEBUG
|
||||
std::cerr << "Got no image" << std::endl ;
|
||||
#endif
|
||||
ui.avatarlabel->setPixmap(QPixmap(":/images/no_avatar_70.png"));
|
||||
ui.avatarlabel->setPixmap(QPixmap(":/images/no_avatar_background.png"));
|
||||
return ;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue