Bug 503071 – Application direction changes to right to left even if
authorBehdad Esfahbod <behdad@gnome.org>
Wed, 11 Jun 2008 23:37:49 +0000 (23:37 +0000)
committerBehdad Esfahbod <behdad@src.gnome.org>
Wed, 11 Jun 2008 23:37:49 +0000 (23:37 +0000)
commite0916c3f54502864142b66f9d801881ced52f44f
tree4c42deae4e7a5d70e059827d9a7bb0f8ee30a9be
parent8882576e90433a9d784f498914a47c7a2a7a46f3
Bug 503071 – Application direction changes to right to left even if

2008-06-11  Behdad Esfahbod  <behdad@gnome.org>

        Bug 503071 – Application direction changes to right to left even if
        theres no translation

        * glib/gi18n-lib.h:
        * glib/glib.symbols:
        * glib/gstrfuncs.h:
        * glib/gstrfuncs.c:
        Add new functions g_dgettext() and g_dngettext().

        * glib/gutils.c (glib_gettext):
        * glib/gfileutils.c (g_format_size_for_display):
        * glib/goption.c (dgettext_swapped):
        Use the new functions.

svn path=/trunk/; revision=7020
ChangeLog
docs/reference/ChangeLog
docs/reference/glib/glib-sections.txt
glib/gfileutils.c
glib/gi18n-lib.h
glib/glib.symbols
glib/goption.c
glib/gstrfuncs.c
glib/gstrfuncs.h
glib/gutils.c