camerauis/cameraapp/generic/GsCamcorderPlugin/src/GSCamPhotoSettingsList.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".
   268                                                    aIdentifier, 
   268                                                    aIdentifier, 
   269                                                    valueId );
   269                                                    valueId );
   270         }
   270         }
   271       else
   271       else
   272         {
   272         {
   273         settingItem = 
   273         settingItem = new( ELeave ) 
   274             new( ELeave ) CAknEnumeratedTextPopupSettingItem( aIdentifier, 
   274             CAknBinaryPopupSettingItem( aIdentifier, valueId );
   275                                                               valueId );
       
   276         }
   275         }
   277       }
   276       }
   278       break;
   277       break;
   279 
   278 
   280     default:
   279     default: