use green icon when stun or ext address is ok

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2351 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2010-02-17 19:15:31 +00:00
parent 5fcc231d93
commit 04cb3e6380

View File

@ -110,7 +110,7 @@ void NATStatus::getNATStatus()
}
else if (config.netStunOk || config.netExtraAddressOk)
{
iconLabel->setPixmap(QPixmap::QPixmap(":/images/grayled.png"));
iconLabel->setPixmap(QPixmap::QPixmap(":/images/greenled.png"));
iconLabel->setToolTip(tr("Internet connection"));
}
else if (config.netLocalOk)