From 2cde20d952e606a15d158388159d68d3b4c49549 Mon Sep 17 00:00:00 2001 From: Hyuk Lee Date: Tue, 12 Jan 2016 08:38:40 +0900 Subject: [PATCH] Modify the locale path Change-Id: I7e66632a39d4b925c50028ab6964d0c7e8e66957 Signed-off-by: Hyuk Lee --- src/bt-syspopup-m.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bt-syspopup-m.h b/src/bt-syspopup-m.h index c808ada..76dd065 100644 --- a/src/bt-syspopup-m.h +++ b/src/bt-syspopup-m.h @@ -48,8 +48,8 @@ #define CUSTOM_POPUP_PATH PREFIX"/res/edje/custom_popup.edj" -#define BT_COMMON_PKG "ug-bluetooth-efl" -#define BT_LOCALEDIR "/usr/apps/ug-bluetooth-efl/shared/res/locale" +#define BT_COMMON_PKG "ug-setting-bluetooth-efl" +#define BT_LOCALEDIR "/usr/ug/res/locale" #define _EDJ(obj) elm_layout_edje_get(obj) -- 2.7.4