mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Added to display for attached pictures in Private Chat a default icon for the rs link.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3852 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
7c86a88a94
commit
0b9a5e5b2b
@ -988,6 +988,13 @@ void PopupChatDialog::fileHashingFinished(AttachFileItem* file)
|
|||||||
message+="\" width=\"48\" height=\"48\">";
|
message+="\" width=\"48\" height=\"48\">";
|
||||||
message+="<br>";
|
message+="<br>";
|
||||||
}
|
}
|
||||||
|
else if (ext == "jpg" || ext == "jpeg" || ext == "png" || ext == "gif" || ext == "bmp" || ext == "ico"
|
||||||
|
|| ext == "svg" || ext == "tif" || ext == "tiff" || ext == "JPG")
|
||||||
|
{
|
||||||
|
message+="<img src=\":/images/application-draw.png";
|
||||||
|
message+="\" width=\"48\" height=\"48\">";
|
||||||
|
message+="<br>";
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -5,6 +5,7 @@
|
|||||||
<file>images/audio-x-monkey.png</file>
|
<file>images/audio-x-monkey.png</file>
|
||||||
<file>images/video-x-generic.png</file>
|
<file>images/video-x-generic.png</file>
|
||||||
<file>images/application-x-rar.png</file>
|
<file>images/application-x-rar.png</file>
|
||||||
|
<file>images/application-draw.png</file>
|
||||||
<file>images/pgp.png</file>
|
<file>images/pgp.png</file>
|
||||||
<file>images/rs_wizard.png</file>
|
<file>images/rs_wizard.png</file>
|
||||||
<file>images/about.png</file>
|
<file>images/about.png</file>
|
||||||
|
BIN
retroshare-gui/src/gui/images/application-draw.png
Normal file
BIN
retroshare-gui/src/gui/images/application-draw.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.7 KiB |
Loading…
Reference in New Issue
Block a user