camerauis/cameraapp/generic/src/CamShootingModeContainer.cpp
branchRCL_3
changeset 62 f0c0788c4de2
parent 57 2c87b2808fd7
child 67 756ad29ed18e
equal deleted inserted replaced
57:2c87b2808fd7 62:f0c0788c4de2
   672             if ( appUi && appUi->AppController().UiConfigManagerPtr()
   672             if ( appUi && appUi->AppController().UiConfigManagerPtr()
   673                  && appUi->AppController().UiConfigManagerPtr()->IsAutoFocusSupported() )
   673                  && appUi->AppController().UiConfigManagerPtr()->IsAutoFocusSupported() )
   674                 {
   674                 {
   675                 // the description of the icon
   675                 // the description of the icon
   676                 HBufC* Description;
   676                 HBufC* Description;
   677                 TInt description = R_CAM_SCENE_DESCRIPTION_LANDSCAPE_AUTOFOCUS;
   677                 TInt DescResouceId = R_CAM_SCENE_DESCRIPTION_LANDSCAPE_AUTOFOCUS;
   678                 Description = StringLoader::LoadL( description );
   678                 Description = StringLoader::LoadL( DescResouceId );
   679                 User::LeaveIfError( iDescArray.Append( Description ) );
   679                 User::LeaveIfError( iDescArray.Append( Description ) );
   680                 delete descr;
   680                 delete descr;
   681                 descr = NULL;
   681                 descr = NULL;
   682                 }
   682                 }
   683             else 
   683             else