diff options
author | 14:27:34 Tim Janik <timj@imendio.com> | 2008-05-20 13:03:41 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 2008-05-20 13:03:41 +0000 |
commit | 4d1892710f426c072dd3c9daf8ae522c42e4fe1e (patch) | |
tree | bf9c55f75f7ef9603fb194959941a2f7467a7689 /gtk/gtkintl.h | |
parent | e58fcc1eb7da948aa854926b3a540aa49612a5da (diff) | |
download | gtk+-4d1892710f426c072dd3c9daf8ae522c42e4fe1e.tar.gz |
Bug 503071 - Application direction changes to right to left even if theres
2008-05-20 14:27:34 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=20116
Diffstat (limited to 'gtk/gtkintl.h')
-rw-r--r-- | gtk/gtkintl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkintl.h b/gtk/gtkintl.h index caeb68eb60..4b176bd9f6 100644 --- a/gtk/gtkintl.h +++ b/gtk/gtkintl.h @@ -4,7 +4,7 @@ #include <glib/gi18n-lib.h> #ifdef ENABLE_NLS -#define P_(String) g_dgettext(GETTEXT_PACKAGE "-properties",String) +#define P_(String) dgettext(GETTEXT_PACKAGE "-properties",String) #else #define P_(String) (String) #endif |