diff -r deec7e509f66 -r ca9a0fc2f082 cryptoservices/certificateandkeymgmt/tcertdump/tcertdump.cpp --- a/cryptoservices/certificateandkeymgmt/tcertdump/tcertdump.cpp Wed Oct 06 11:09:48 2010 +0530 +++ b/cryptoservices/certificateandkeymgmt/tcertdump/tcertdump.cpp Sat Oct 30 16:29:23 2010 +0530 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies). +* Copyright (c) 2006-2010 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved. * This component and the accompanying materials are made available * under the terms of the License "Eclipse Public License v1.0" @@ -191,7 +191,7 @@ void DoMainL(void) { - CConsoleBase* console = Console::NewL(KAppName, TSize(KDefaultConsWidth, KDefaultConsHeight)); + CConsoleBase* console = Console::NewL(KAppName, TSize(KConsFullScreen, KConsFullScreen)); CleanupStack::PushL(console); __UHEAP_MARK; TRAPD(err, DumpCertL());