wlansecuritysettings/wpasecuritysettingsui/src/WPASecuritySettingsDlg.cpp
changeset 1 a3e2bfb0107c
parent 0 c8830336c852
child 2 1c7bc153c08e
equal deleted inserted replaced
0:c8830336c852 1:a3e2bfb0107c
   718                                                 R_INFO_PRESHARED_KEY_NOT_HEX );
   718                                                 R_INFO_PRESHARED_KEY_NOT_HEX );
   719                     CleanupStack::PushL( stringLabel );
   719                     CleanupStack::PushL( stringLabel );
   720 
   720 
   721     	            CAknInformationNote* dialog = new ( ELeave )
   721     	            CAknInformationNote* dialog = new ( ELeave )
   722                                                   CAknInformationNote( ETrue );
   722                                                   CAknInformationNote( ETrue );
   723 
   723                     CleanupStack::Pop( stringLabel );
       
   724                     	
   724       	            dialog->ExecuteLD( *stringLabel );
   725       	            dialog->ExecuteLD( *stringLabel );
   725                     CleanupStack::PopAndDestroy( stringLabel );
   726       	            
       
   727                     delete stringLabel;
   726                     }
   728                     }
   727                 else
   729                 else
   728                     {
   730                     {
   729                     retval = ETrue;
   731                     retval = ETrue;
   730                     showPage = EFalse;
   732                     showPage = EFalse;