From 761468bf7854d7e5a366d9c651ba598de1a216cb Mon Sep 17 00:00:00 2001 From: Sunmin Lee Date: Thu, 9 Feb 2017 17:51:56 +0900 Subject: [PATCH] Change the name of Camera directory According to UX guide, the name of Camera directory needs to be changed to DCIM. Change-Id: I794f4a990b62bd17049384ac3f4f2f95cb6af576 Signed-off-by: Sunmin Lee --- src/storage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/storage.c b/src/storage.c index 69dd87f..fa719ec 100644 --- a/src/storage.c +++ b/src/storage.c @@ -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", -- 2.7.4