From 69968fd5f73c717b496678f245c2d339eb4ed452 Mon Sep 17 00:00:00 2001 From: DoHyun Pyun Date: Mon, 18 Apr 2016 18:21:11 +0900 Subject: [PATCH] Modify locale path to org.tizen.bluetooth Change-Id: I04f39ca90ede3644058306c554449c455758aa57 Signed-off-by: DoHyun Pyun --- src/bt-syspopup-w.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/bt-syspopup-w.h b/src/bt-syspopup-w.h index a4313a8..fd6624a 100644 --- a/src/bt-syspopup-w.h +++ b/src/bt-syspopup-w.h @@ -27,7 +27,7 @@ #include #ifndef PACKAGE_NAME -#define PACKAGE_NAME "org.tizen..bt-syspopup" +#define PACKAGE_NAME "org.tizen.bt-syspopup" #endif #ifndef PREFIX @@ -45,8 +45,8 @@ #define CUSTOM_POPUP_PATH PREFIX"/res/edje/custom_popup.edj" #define POPUP_IMAGE_PATH PREFIX"/res/images" -#define BT_COMMON_PKG "bt-connection-popup" -#define BT_LOCALEDIR "/usr/apps/org.tizen.bt-connection-popup/res/locale" +#define BT_COMMON_PKG "bluetooth" +#define BT_LOCALEDIR "/usr/apps/org.tizen.bluetooth/res/locale" #define _EDJ(obj) elm_layout_edje_get(obj) -- 2.7.4