From: DoHyun Pyun Date: Mon, 18 Apr 2016 09:21:11 +0000 (+0900) Subject: Modify locale path to org.tizen.bluetooth X-Git-Tag: accepted/tizen/common/20160418.141947^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=69968fd5f73c717b496678f245c2d339eb4ed452;p=platform%2Fcore%2Fconnectivity%2Fbt-syspopup.git Modify locale path to org.tizen.bluetooth Change-Id: I04f39ca90ede3644058306c554449c455758aa57 Signed-off-by: DoHyun Pyun --- 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)