equal
deleted
inserted
replaced
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; |