mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
changed the chat bubbles when typing/chat on the private chat, which displays on the Taskbar & window icon
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7658 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
47263daa72
commit
16be0a16f9
@ -36,8 +36,8 @@
|
||||
#include <retroshare/rsnotify.h>
|
||||
|
||||
|
||||
#define IMAGE_TYPING ":/images/typing.png"
|
||||
#define IMAGE_CHAT ":/images/chat.png"
|
||||
#define IMAGE_TYPING ":/images/white-bubble-64.png"
|
||||
#define IMAGE_CHAT ":/images/orange-bubble-64.png"
|
||||
|
||||
static PopupChatWindow *instance = NULL;
|
||||
|
||||
|
@ -9,6 +9,8 @@
|
||||
<file>images/d-chat64.png</file>
|
||||
<file>images/edit_24.png</file>
|
||||
<file>images/streaming.png</file>
|
||||
<file>images/white-bubble-64.png</file>
|
||||
<file>images/orange-bubble-64.png</file>
|
||||
<file>images/stock_signature_bad.png</file>
|
||||
<file>images/stock_signature_ok.png</file>
|
||||
<file>images/stock_signature_missing.png</file>
|
||||
|
BIN
retroshare-gui/src/gui/images/orange-bubble-64.png
Normal file
BIN
retroshare-gui/src/gui/images/orange-bubble-64.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.7 KiB |
BIN
retroshare-gui/src/gui/images/white-bubble-64.png
Normal file
BIN
retroshare-gui/src/gui/images/white-bubble-64.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.2 KiB |
Loading…
Reference in New Issue
Block a user