diff --git a/retroshare-gui/src/gui/chat/ChatUserNotify.cpp b/retroshare-gui/src/gui/chat/ChatUserNotify.cpp index 5f78739c3..dcafae59a 100644 --- a/retroshare-gui/src/gui/chat/ChatUserNotify.cpp +++ b/retroshare-gui/src/gui/chat/ChatUserNotify.cpp @@ -76,7 +76,7 @@ bool ChatUserNotify::hasSetting(QString *name, QString *group) QIcon ChatUserNotify::getIcon() { - return FilesDefs::getIconFromQtResourcePath(":/images/chat.png"); + return FilesDefs::getIconFromQtResourcePath(":/images/orange-bubble-64.png"); } QIcon ChatUserNotify::getMainIcon(bool hasNew)