Bug 503071 - Application direction changes to right to left even if theres

2008-05-20 14:31:18  Tim Janik  <timj@imendio.com>

        * reverted recent unapproved changes by Yair Hershkovitz, regarding:
        Bug 503071 - Application direction changes to right to left even if theres no translation.



svn path=/trunk/; revision=6919
This commit is contained in:
14:31:18 Tim Janik
2008-05-20 13:03:15 +00:00
committed by Tim Janik
parent 7100c410d2
commit 8fb03be5a9
9 changed files with 73 additions and 240 deletions

View 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