Modify locale path to org.tizen.bluetooth 17/66317/1 accepted/tizen/common/20160418.141947 accepted/tizen/ivi/20160418.235622 accepted/tizen/mobile/20160418.235611 accepted/tizen/tv/20160418.235618 accepted/tizen/wearable/20160418.235613 submit/tizen/20160418.093006
authorDoHyun Pyun <dh79.pyun@samsung.com>
Mon, 18 Apr 2016 09:21:11 +0000 (18:21 +0900)
committerDoHyun Pyun <dh79.pyun@samsung.com>
Mon, 18 Apr 2016 09:21:11 +0000 (18:21 +0900)
Change-Id: I04f39ca90ede3644058306c554449c455758aa57
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
src/bt-syspopup-w.h

index a4313a8..fd6624a 100644 (file)
@@ -27,7 +27,7 @@
 #include <efl_extension.h>
 
 #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)