diff -r c16e04725da3 -r 5c4486441ae6 connectionutilities/ConnectionDialogs/ConnectionUiUtilities/src/connectionstatuspopup.cpp --- a/connectionutilities/ConnectionDialogs/ConnectionUiUtilities/src/connectionstatuspopup.cpp Mon May 17 09:55:27 2010 +0300 +++ b/connectionutilities/ConnectionDialogs/ConnectionUiUtilities/src/connectionstatuspopup.cpp Mon May 24 20:51:35 2010 +0300 @@ -48,8 +48,8 @@ const TInt KErrGenConnNoGPRSNetwork = -3609; // Icons representing bearer -_LIT( KIconCellular, "qtg_small_wlan.svg" ); -_LIT( KIconWlan, "qtg_small_gprs.svg" ); +_LIT( KIconCellular, "qtg_small_gprs.svg" ); +_LIT( KIconWlan, "qtg_small_wlan.svg" ); _LIT( KIconVpn, "qtg_small_vpn.svg" ); _LIT( KIconNone, "" ); @@ -526,7 +526,10 @@ case KErrGprsNSAPIAlreadyUsed: case KErrGprsQoSNotAccepted: case KErrGprsReactivationRequested: - icon = EIconCellular; + case KErrGprsOfflineMode: + icon = EIconCellular; + case KErrWlanOff: + case KErrWlanForceOff: textPtr.Set( Ktxt_occ_dpopinfo_connection_unavailable ); break;