Change the name of Camera directory 17/113917/1 accepted/tizen/3.0/common/20170214.180257 accepted/tizen/3.0/ivi/20170214.042240 accepted/tizen/3.0/mobile/20170214.041833 accepted/tizen/3.0/tv/20170214.042002 accepted/tizen/3.0/wearable/20170214.042127 submit/tizen_3.0/20170213.010121
authorSunmin Lee <sunm.lee@samsung.com>
Thu, 9 Feb 2017 08:51:56 +0000 (17:51 +0900)
committerSunmin Lee <sunm.lee@samsung.com>
Thu, 9 Feb 2017 08:53:30 +0000 (17:53 +0900)
According to UX guide, the name of Camera directory
needs to be changed to DCIM.

Change-Id: I794f4a990b62bd17049384ac3f4f2f95cb6af576
Signed-off-by: Sunmin Lee <sunm.lee@samsung.com>
src/storage.c

index 69dd87f..fa719ec 100644 (file)
@@ -30,7 +30,7 @@ const char *dir_path[STORAGE_DIRECTORY_MAX] = {
        [STORAGE_DIRECTORY_IMAGES] = "Images",
        [STORAGE_DIRECTORY_SOUNDS] = "Sounds",
        [STORAGE_DIRECTORY_VIDEOS] = "Videos",
-       [STORAGE_DIRECTORY_CAMERA] = "Camera",
+       [STORAGE_DIRECTORY_CAMERA] = "DCIM",
        [STORAGE_DIRECTORY_DOWNLOADS] = "Downloads",
        [STORAGE_DIRECTORY_MUSIC] = "Music",
        [STORAGE_DIRECTORY_DOCUMENTS] = "Documents",