--- a/iaupdate/IAD/ui/src/iaupdatemainview.cpp Mon Mar 15 12:41:05 2010 +0200
+++ b/iaupdate/IAD/ui/src/iaupdatemainview.cpp Wed Mar 31 21:44:47 2010 +0300
@@ -1,5 +1,5 @@
/*
-* Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
@@ -486,13 +486,13 @@
//There are selected items already and type are different with the current one
if ( selectedNodes.Count() > 0 && (iAllNodes[aIndex]->NodeType() != selectedNodes[0]->NodeType() ) )
{
- HBufC* msgText = StringLoader::LoadLC(R_IAUPDATE_FIRMWARE_WITH_OTHERS);
+ /*HBufC* msgText = StringLoader::LoadLC(R_IAUPDATE_FIRMWARE_WITH_OTHERS);
CAknQueryDialog* dlg = CAknQueryDialog::NewL();
dlg->ExecuteLD( R_IAUPDATE_INFORMATION_QUERY, *msgText );
- CleanupStack::PopAndDestroy( msgText );
+ CleanupStack::PopAndDestroy( msgText );*/
//clean all of the current selection(s)
iContainer->CleanAllSelection();