camerauis/cameraapp/generic/GsCamcorderPlugin/src/GSCamPhotoSettingsList.cpp
branchRCL_3
changeset 9 792dfc98fb3b
parent 7 dbec5787fa68
child 11 d486e5e3cc9a
--- a/camerauis/cameraapp/generic/GsCamcorderPlugin/src/GSCamPhotoSettingsList.cpp	Fri Feb 19 22:36:31 2010 +0200
+++ b/camerauis/cameraapp/generic/GsCamcorderPlugin/src/GSCamPhotoSettingsList.cpp	Fri Mar 12 15:41:04 2010 +0200
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2007 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"
@@ -270,9 +270,8 @@
         }
       else
         {
-        settingItem = 
-            new( ELeave ) CAknEnumeratedTextPopupSettingItem( aIdentifier, 
-                                                              valueId );
+        settingItem = new( ELeave ) 
+            CAknBinaryPopupSettingItem( aIdentifier, valueId );
         }
       }
       break;