From: Hyunbin Lee Date: Tue, 15 Oct 2013 12:36:01 +0000 (+0900) Subject: Add / delimiter to the end of ringtones directory path X-Git-Tag: submit/tizen/20131210.080830^2^2~57 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;ds=sidebyside;h=96203c83e3cecb9f9e60444866ad6ff7dd35a83f;p=platform%2Fframework%2Fnative%2Fappfw.git Add / delimiter to the end of ringtones directory path Change-Id: I73dd6f48d5119f3a2d535e627c077bd18e7543e3 Signed-off-by: Hyunbin Lee --- diff --git a/src/system/FSys_EnvironmentImpl.cpp b/src/system/FSys_EnvironmentImpl.cpp index 3bd668d..b964525 100644 --- a/src/system/FSys_EnvironmentImpl.cpp +++ b/src/system/FSys_EnvironmentImpl.cpp @@ -43,7 +43,7 @@ static const wchar_t _EXTERNAL_MMC_VIDEOS_PATH[] = L"/opt/storage/sdcard/Videos/ static const wchar_t _EXTERNAL_MMC_CAMERA_PATH[] = L"/opt/storage/sdcard/Camera/"; static const wchar_t _EXTERNAL_MMC_DOWNLOADS_PATH[] = L"/opt/storage/sdcard/Downloads/"; static const wchar_t _EXTERNAL_MMC_OTHERS_PATH[] = L"/opt/storage/sdcard/Others/"; -static const wchar_t _RINGTONE_PATH[] = L"/opt/share/settings/Ringtones"; +static const wchar_t _RINGTONE_PATH[] = L"/opt/share/settings/Ringtones/"; static const wchar_t _APPLICATIONS_PATH[] = L"/opt/usr/apps/"; static const wchar_t _EXTERNAL_APPLICATIONS_PATH[] = L"/opt/storage/sdcard/app2sd/";