wlanutilities/wlansniffer/apwizard/src/wsfwlaniapwizard.cpp
changeset 1 d07e190ed096
parent 0 56b72877c1cb
--- a/wlanutilities/wlansniffer/apwizard/src/wsfwlaniapwizard.cpp	Thu Dec 17 09:20:28 2009 +0200
+++ b/wlanutilities/wlansniffer/apwizard/src/wsfwlaniapwizard.cpp	Thu Jan 07 13:31:53 2010 +0200
@@ -450,14 +450,11 @@
             if ( !foundSsid )
                 {
                 LOG_WRITE( "direct scan failed, entering fully manual mode" );
-                // pop up info note: No WLAN networks found
-                HBufC* infoText = StringLoader::LoadLC( 
-                                          R_QTN_WLAN_INFO_NO_NETWORKS_FOUND );
-                CAknInformationNote* informationNote = 
-                                    new (ELeave) CAknInformationNote( ETrue );
-                informationNote->ExecuteLD( *infoText );
-                CleanupStack::PopAndDestroy( infoText );
                 
+                // pop up discreet popup: No WLANs found
+                CConnectionUiUtilities* connUiUtils = CConnectionUiUtilities::NewL();        
+                connUiUtils->NoWLANNetworksAvailableNote();
+                delete connUiUtils;                
                 
                 // now entering fully manual mode