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
This commit is contained in:
Behdad Esfahbod
2008-06-11 23:37:49 +00:00
committed by Behdad Esfahbod
parent 8882576e90
commit e0916c3f54
10 changed files with 171 additions and 9 deletions

View File

@@ -1,3 +1,7 @@
2008-06-11 Behdad Esfahbod <behdad@gnome.org>
* glib/glib-sections.txt: Add g_dgettext() and g_dngettext().
2008-06-11 Matthias Clasen <mclasen@redhat.com>
Bug 535418 Please document which glib version defines goffset