mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-21 13:49:04 -04:00
update refused icon
This commit is contained in:
parent
c385c13ef1
commit
ea05dbcd66
3 changed files with 2 additions and 1 deletions
|
@ -1933,7 +1933,7 @@ void ChatWidget::updateStatusString(const QString &statusMask, const QString &st
|
||||||
ui->typingLabel->setText(QString(statusMask).arg(trUtf8(statusString.toUtf8()))); // displays info for 5 secs.
|
ui->typingLabel->setText(QString(statusMask).arg(trUtf8(statusString.toUtf8()))); // displays info for 5 secs.
|
||||||
|
|
||||||
if (statusString.contains("Connexion refused")){
|
if (statusString.contains("Connexion refused")){
|
||||||
ui->typingPixmapLabel->setPixmap(FilesDefs::getPixmapFromQtResourcePath(":images/denied16.png") );
|
ui->typingPixmapLabel->setPixmap(FilesDefs::getPixmapFromQtResourcePath(":images/denied-32.png") );
|
||||||
} else {
|
} else {
|
||||||
ui->typingPixmapLabel->setPixmap(FilesDefs::getPixmapFromQtResourcePath(":icons/png/typing.png") );
|
ui->typingPixmapLabel->setPixmap(FilesDefs::getPixmapFromQtResourcePath(":icons/png/typing.png") );
|
||||||
}
|
}
|
||||||
|
|
|
@ -84,6 +84,7 @@
|
||||||
<file>images/closehover.png</file>
|
<file>images/closehover.png</file>
|
||||||
<file>images/closepressed.png</file>
|
<file>images/closepressed.png</file>
|
||||||
<file>images/denied16.png</file>
|
<file>images/denied16.png</file>
|
||||||
|
<file>images/denied-32.png</file>
|
||||||
<file>images/filetype-association.png</file>
|
<file>images/filetype-association.png</file>
|
||||||
<file>images/foldermail.png</file>
|
<file>images/foldermail.png</file>
|
||||||
<file>images/folderopen.png</file>
|
<file>images/folderopen.png</file>
|
||||||
|
|
BIN
retroshare-gui/src/gui/images/denied-32.png
Normal file
BIN
retroshare-gui/src/gui/images/denied-32.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.5 KiB |
Loading…
Add table
Add a link
Reference in a new issue