mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-06 16:15:23 -04:00
added missing "FORWARDED_PORT" case to natstatus
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4513 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
3ef08fead5
commit
c1d23c27c7
1 changed files with 7 additions and 1 deletions
|
@ -111,7 +111,13 @@ void NATStatus::getNATStatus()
|
||||||
case RSNET_NETSTATE_GOOD:
|
case RSNET_NETSTATE_GOOD:
|
||||||
{
|
{
|
||||||
iconLabel->setPixmap(QPixmap(":/images/greenled.png"));
|
iconLabel->setPixmap(QPixmap(":/images/greenled.png"));
|
||||||
iconLabel->setToolTip(tr("OK | RetroShare Server"));
|
iconLabel->setToolTip(tr("RetroShare Server"));
|
||||||
|
}
|
||||||
|
|
||||||
|
case RSNET_NETSTATE_ADV_FORWARD:
|
||||||
|
{
|
||||||
|
iconLabel->setPixmap(QPixmap(":/images/greenled.png"));
|
||||||
|
iconLabel->setToolTip(tr("Forwarded Port"));
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue