Change-Id: Idbe92ca63c3e6dfb115d05ebe05b5f6ad28c66e1
Signed-off-by: Mykola Alieksieiev <m.alieksieie@samsung.com>
ops->priv = ugd;
ops->opt = UG_OPT_INDICATOR_ENABLE;
- if (bindtextdomain(PKGNAME, tzplatform_mkpath(TZ_SYS_RO_APP, "ug-setting-notification-efl/res/locale")) == NULL) {
+ if (bindtextdomain(PKGNAME, tzplatform_mkpath(TZ_SYS_RO_UG, "res/locale")) == NULL) {
/* Failed to allocate memory for allocating heap for store the path of LOCALE directory */
}
ops->priv = ugd;
ops->opt = UG_OPT_INDICATOR_ENABLE;
- if (bindtextdomain(PKGNAME, tzplatform_mkpath(TZ_SYS_RO_APP, "ug-setting-notification-efl/res/locale"))== NULL) {
+ if (bindtextdomain(PKGNAME, tzplatform_mkpath(TZ_SYS_RO_UG, "res/locale"))== NULL) {
/* Failed to allocate memory for allocating heap for store the path of LOCALE directory */
}