From: DoHyun Pyun Date: Mon, 11 Jul 2016 03:39:44 +0000 (+0900) Subject: Modify the locale dir for wearable X-Git-Tag: submit/tizen/20160711.034038^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3d5c34cd14daf75b0b1c500ff8c0aa14a908e652;p=platform%2Fcore%2Fconnectivity%2Fbt-syspopup.git Modify the locale dir for wearable Change-Id: I30aabfdd3e7a9e7a01bbac945f6b78cd522e3450 Signed-off-by: DoHyun Pyun --- diff --git a/src/bt-syspopup-w.h b/src/bt-syspopup-w.h index e229240..f551df8 100644 --- a/src/bt-syspopup-w.h +++ b/src/bt-syspopup-w.h @@ -41,7 +41,7 @@ #define POPUP_IMAGE_PATH BT_PREFIX"/res/images" #define BT_COMMON_PKG "bluetooth" -#define BT_LOCALEDIR "/usr/apps/org.tizen.bluetooth/res/locale" +#define BT_LOCALEDIR "/usr/apps/org.tizen.bluetooth/shared/locale" #define _EDJ(obj) elm_layout_edje_get(obj)