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:
defnax 2009-05-14 22:30:30 +00:00
parent cd961bf49f
commit dbfe103e03
2 changed files with 10 additions and 10 deletions

View file

@ -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)