equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 2003-2010 Nokia Corporation and/or its subsidiary(-ies). |
2 * Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies). |
3 * All rights reserved. |
3 * All rights reserved. |
4 * This component and the accompanying materials are made available |
4 * This component and the accompanying materials are made available |
5 * under the terms of "Eclipse Public License v1.0" |
5 * under the terms of "Eclipse Public License v1.0" |
6 * which accompanies this distribution, and is available |
6 * which accompanies this distribution, and is available |
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
362 { |
362 { |
363 title->SetTextL( buf->Des() ); |
363 title->SetTextL( buf->Des() ); |
364 } |
364 } |
365 CleanupStack::PopAndDestroy(); // buf |
365 CleanupStack::PopAndDestroy(); // buf |
366 |
366 |
367 iKeeper.iCurrentCACertForTrustSettings = helpIndex3; |
|
368 ((CAknViewAppUi*)iAvkonAppUi)->ActivateLocalViewL( |
367 ((CAknViewAppUi*)iAvkonAppUi)->ActivateLocalViewL( |
369 KCertManUIViewTrustId, TUid::Uid( helpIndex3), KNullDesC8 ); |
368 KCertManUIViewTrustId, TUid::Uid( helpIndex3), KNullDesC8 ); |
370 break; |
369 break; |
371 } |
370 } |
372 case EAknCmdHelp: |
371 case EAknCmdHelp: |