camerauis/cameraapp/generic/GsCamcorderPlugin/src/GSCamVideoSettingsList.cpp
branchRCL_3
changeset 11 792dfc98fb3b
parent 7 dbec5787fa68
child 16 d486e5e3cc9a
equal deleted inserted replaced
7:dbec5787fa68 11:792dfc98fb3b
     1 /*
     1 /*
     2 * Copyright (c) 2007 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2007-2010 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".
   215                                                        aIdentifier, 
   215                                                        aIdentifier, 
   216                                                        valueId );
   216                                                        valueId );
   217             }
   217             }
   218           else
   218           else
   219             {
   219             {
   220             settingItem = 
   220             settingItem = new( ELeave ) 
   221                 new( ELeave ) CAknEnumeratedTextPopupSettingItem( aIdentifier, 
   221                 CAknBinaryPopupSettingItem( aIdentifier, valueId );
   222                                                                   valueId );
       
   223             }
   222             }
   224           }
   223           }
   225       	  break;
   224       	  break;
   226 
   225 
   227         case ECamSettingItemVideoMediaStorage:
   226         case ECamSettingItemVideoMediaStorage: