From 04cb3e6380813f7435547fe1b169aed288766aec Mon Sep 17 00:00:00 2001 From: defnax Date: Wed, 17 Feb 2010 19:15:31 +0000 Subject: [PATCH] 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 --- retroshare-gui/src/gui/statusbar/natstatus.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/retroshare-gui/src/gui/statusbar/natstatus.cpp b/retroshare-gui/src/gui/statusbar/natstatus.cpp index be70129cc..b7201913a 100644 --- a/retroshare-gui/src/gui/statusbar/natstatus.cpp +++ b/retroshare-gui/src/gui/statusbar/natstatus.cpp @@ -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)