camerauis/cameraapp/generic/src/CamVideoPreCaptureView.cpp
branchRCL_3
changeset 15 bf64cebf4673
parent 13 38fb6f7eacd5
child 16 53c8aa5d97a3
equal deleted inserted replaced
13:38fb6f7eacd5 15:bf64cebf4673
   655     SetSoftKeysL( R_AVKON_SOFTKEYS_SELECT_BACK );
   655     SetSoftKeysL( R_AVKON_SOFTKEYS_SELECT_BACK );
   656     }
   656     }
   657   // if the view is in capture setup mode
   657   // if the view is in capture setup mode
   658   else if ( iCaptureSetupModeActive )
   658   else if ( iCaptureSetupModeActive )
   659     {
   659     {
   660     SetSoftKeysL( R_CAM_SOFTKEYS_SELECT_CANCEL );
   660     SetSoftKeysL( R_CAM_SOFTKEYS_SETTINGS_SELECT_BACK__CHANGE_TRANSPARENT );
   661     }
   661     }
   662   // if the view is in scene settings mode
   662   // if the view is in scene settings mode
   663   else if ( iSceneSettingModeActive )
   663   else if ( iSceneSettingModeActive )
   664     {
   664     {
   665     // R_AVKON_SOFTKEYS_OPTIONS_BACK
       
   666     if( !iForceAvkonCBA )
   665     if( !iForceAvkonCBA )
   667         {
   666         {
   668         SetSoftKeysL( R_CAM_SOFTKEYS_SETTINGS_SELECT_BACK__CHANGE_TRANSPARENT );    
   667         SetSoftKeysL( R_CAM_SOFTKEYS_SETTINGS_SELECT_BACK__CHANGE_TRANSPARENT );    
   669         }
   668         }
   670     else
   669     else
   671         {
   670         {
   672     SetSoftKeysL( R_CAM_SOFTKEYS_SETTINGS_SELECT_BACK__CHANGE ); //R_CAM_SOFTKEYS_OPTIONS_BACK__CHANGE );
   671         SetSoftKeysL( R_CAM_SOFTKEYS_SELECT_CANCEL );
   673         }
   672         }
   674     }
   673     }
   675   else if ( iStandbyModeActive )
   674   else if ( iStandbyModeActive )
   676     {
   675     {
   677     if( KErrNone == appui->StandbyStatus() )
   676     if( KErrNone == appui->StandbyStatus() )