Change-Id: I04f39ca90ede3644058306c554449c455758aa57
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
#include <efl_extension.h>
#ifndef PACKAGE_NAME
-#define PACKAGE_NAME "org.tizen..bt-syspopup"
+#define PACKAGE_NAME "org.tizen.bt-syspopup"
#endif
#ifndef PREFIX
#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)