mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-11 10:35:22 -04:00
changend string names for logs
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1239 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
cd961bf49f
commit
dbfe103e03
2 changed files with 10 additions and 10 deletions
|
@ -119,12 +119,12 @@ void NATStatus::getNATStatus()
|
|||
if (config.netUpnpOk || config.netTcpOk)
|
||||
{
|
||||
iconLabel->setPixmap(QPixmap::QPixmap(":/images/greenled.png"));
|
||||
iconLabel->setToolTip(tr("RetroShare Server"));
|
||||
iconLabel->setToolTip(tr("OK | RetroShare Server"));
|
||||
}
|
||||
else
|
||||
{
|
||||
iconLabel->setPixmap(QPixmap::QPixmap(":/images/greenled.png"));
|
||||
iconLabel->setToolTip(tr("UDP Server"));
|
||||
iconLabel->setToolTip(tr("OK | UDP Server"));
|
||||
}
|
||||
}
|
||||
else if (config.netOk)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue