Removed CAMERA_ISO prefix:N_SE-45195
authorrahul varna <rahul.varna@samsung.com>
Mon, 8 Jul 2013 06:02:49 +0000 (11:32 +0530)
committerrahul varna <rahul.varna@samsung.com>
Mon, 8 Jul 2013 06:02:49 +0000 (11:32 +0530)
Signed-off-by: rahul varna <rahul.varna@samsung.com>
project/src/Recorder/VideoRecorderForm.cpp

index 13aa1e1..8eb2d1c 100644 (file)
@@ -3357,16 +3357,16 @@ VideoRecorderForm::CreateISO(void)
        int isoIndex = 0;
        const mchar* isoMap[] =
        {
-               L"CAMERA_ISO_DEFAULT",          //< The device dependent default ISO level
-               L"CAMERA_ISO_MIN",              //< The minimum supported ISO level
-               L"CAMERA_ISO_AUTO",                        //< The auto ISO level
-               L"CAMERA_ISO_50",                          //< The ISO 50 level
-               L"CAMERA_ISO_100",                         //< The ISO 100 level
-               L"CAMERA_ISO_200",                         //< The ISO 200 level
-               L"CAMERA_ISO_400",                         //< The ISO 400 level
-               L"CAMERA_ISO_800",                         //< The ISO 800 level
-               L"CAMERA_ISO_1600",                        //< The ISO 1600 level
-               L"CAMERA_ISO_MAX"               //< The maximum supported ISO level
+               L"DEFAULT",          //< The device dependent default ISO level
+               L"MIN",              //< The minimum supported ISO level
+               L"AUTO",             //< The auto ISO level
+               L"50",               //< The ISO 50 level
+               L"100",              //< The ISO 100 level
+               L"200",              //< The ISO 200 level
+               L"400",              //< The ISO 400 level
+               L"800",              //< The ISO 800 level
+               L"1600",             //< The ISO 1600 level
+               L"MAX"               //< The maximum supported ISO level
        };
 
        Rectangle okButtonRect((VR_FORM_POPUP_W/2 - VR_FORM_OK_BUTTON_W/2 ),