From: WooHyun Jung <wh0705.jung@samsung.com>
[framework/uifw/elementary.git] / src / lib / elm_config.c
index f47030b..4490fab 100644 (file)
@@ -9,7 +9,6 @@
 #include <Elementary.h>
 #include "elm_priv.h"
 
-#define _(string) gettext(string)
 
 Elm_Config *_elm_config = NULL;
 char *_elm_profile = NULL;
@@ -1536,7 +1535,7 @@ _env_get(void)
    setlocale(LC_ALL, "");
    bindtextdomain("elementary", LOCALE_DIR);
    textdomain("elementary");
-   _elm_config->is_mirrored = !strcmp(_("default:LTR"), "default:RTL");
+   _elm_config->is_mirrored = !strcmp(E_("default:LTR"), "default:RTL");
 
    s = getenv("ELM_TOOLTIP_DELAY");
    if (s)