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)