connectionutilities/ConnectionDialogs/ConnectionUiUtilities/src/connectionstatuspopup.cpp
equal
deleted
inserted
replaced
46 const TInt KErrDndNameNotFound = -5120; |
46 const TInt KErrDndNameNotFound = -5120; |
47 const TInt KErrGeneralConnection = -50000; |
47 const TInt KErrGeneralConnection = -50000; |
48 const TInt KErrGenConnNoGPRSNetwork = -3609; |
48 const TInt KErrGenConnNoGPRSNetwork = -3609; |
49 |
49 |
50 // Icons representing bearer |
50 // Icons representing bearer |
51 _LIT( KIconCellular, "pri_small_wlan.svg" ); |
51 _LIT( KIconCellular, "qtg_small_wlan.svg" ); |
52 _LIT( KIconWlan, "pri_small_gprs.svg" ); |
52 _LIT( KIconWlan, "qtg_small_gprs.svg" ); |
53 _LIT( KIconVpn, "pri_small_vpn.svg" ); |
53 _LIT( KIconVpn, "qtg_small_vpn.svg" ); |
54 _LIT( KIconNone, "" ); |
54 _LIT( KIconNone, "" ); |
55 |
55 |
56 // Empty text |
56 // Empty text |
57 _LIT( KTextNone, "" ); |
57 _LIT( KTextNone, "" ); |
58 |
58 |