mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-12 16:09:37 -05: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
@ -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 ;
|
||||
}
|
||||
|
||||
|
@ -290,6 +290,7 @@
|
||||
<file>images/newmsg.png</file>
|
||||
<file>images/no_avatar.png</file>
|
||||
<file>images/no_avatar_70.png</file>
|
||||
<file>images/no_avatar_background.png</file>
|
||||
<file>images/openimage.png</file>
|
||||
<file>images/pasterslink.png</file>
|
||||
<file>images/package_games1.png</file>
|
||||
|
BIN
retroshare-gui/src/gui/images/no_avatar_background.png
Normal file
BIN
retroshare-gui/src/gui/images/no_avatar_background.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
Loading…
Reference in New Issue
Block a user