camerauis/cameraapp/generic/common/data/CamSettings.ra
changeset 2 e8773a61782d
parent 0 1ddebce53859
child 7 dbec5787fa68
--- a/camerauis/cameraapp/generic/common/data/CamSettings.ra	Mon Jan 18 20:06:55 2010 +0200
+++ b/camerauis/cameraapp/generic/common/data/CamSettings.ra	Tue Jan 26 11:44:00 2010 +0200
@@ -1059,6 +1059,23 @@
 	extension = r_setting_page_extension;
 	}
 
+//----------------------------------------------------
+//
+//    r_cam_settings_location_settings_page   
+//   
+//
+//----------------------------------------------------
+//
+RESOURCE AVKON_SETTING_PAGE r_cam_settings_location_settings_page
+    {
+    // the type and editor resource are included so that the
+    // settings page can be constructed without crashing but are not used
+    // The custom quality control is used instead
+    type = EAknCtPopupSettingList;
+    editor_resource_id = r_cam_setting_listbox;  
+    softkey_resource = R_AVKON_SOFTKEYS_OK_CANCEL__OK;
+    extension = r_setting_page_extension;             
+    }
 
 // VIDEO SETTINGS RESOURCES
 
@@ -1155,7 +1172,7 @@
             // The quality page resource is used to prevent crashing in the construction phase
             // The type and editor resource are included but are not used
             // The custom quality control is used instead
-            setting_page_resource = r_cam_settings_quality_settings_page;
+            setting_page_resource = r_cam_settings_location_settings_page;
             associated_resource = r_cam_photo_location_texts;
             name = qtn_lcam_sett_attr_rec_location;
             },
@@ -1518,7 +1535,7 @@
             // The quality page resource is used to prevent crashing in the construction phase
             // The type and editor resource are included but are not used
             // The custom quality control is used instead
-            setting_page_resource = r_cam_settings_quality_settings_page;
+            setting_page_resource = r_cam_settings_location_settings_page;
             associated_resource = r_cam_photo_location_texts;
             name = qtn_lcam_sett_attr_rec_location;
             },
@@ -2694,7 +2711,7 @@
             {
             setting_value_id = ECamLocationOff;
             summary_icon = -1;
-            summary_description_text = qtn_lcam_descr_location_off;
+            summary_description_text = qtn_lcam_descr_location_on; 
             },
         CAM_LOCATION_SELECT_SUMMARY
             {