Bug 503071 - Application direction changes to right to left even if theres
[platform/upstream/glib.git] / glib / gutils.c
index cf18584..4654388 100644 (file)
@@ -3280,7 +3280,7 @@ glib_gettext (const gchar *str)
       _glib_gettext_initialized = TRUE;
     }
   
-  return g_dgettext (GETTEXT_PACKAGE, str);
+  return dgettext (GETTEXT_PACKAGE, str);
 }
 
 #ifdef G_OS_WIN32