Elementary gettext: Don't set default textdomain, elm is a lib...

SVN revision: 58949
This commit is contained in:
Tom Hacohen 2011-04-27 07:41:06 +00:00
parent 3432414a79
commit 5dc8b2be5e
1 changed files with 1 additions and 2 deletions

View File

@ -1540,8 +1540,7 @@ _env_get(void)
/* Get RTL orientation from system */
setlocale(LC_ALL, "");
bindtextdomain("elementary", LOCALE_DIR);
textdomain("elementary");
bindtextdomain(PACKAGE, LOCALE_DIR);
_elm_config->is_mirrored = !strcmp(E_("default:LTR"), "default:RTL");
s = getenv("ELM_TOOLTIP_DELAY");