summaryrefslogtreecommitdiff
path: root/gtk/gtkimmulticontext.c
diff options
context:
space:
mode:
author14:27:34 Tim Janik <timj@imendio.com>2008-05-20 13:03:41 +0000
committerTim Janik <timj@src.gnome.org>2008-05-20 13:03:41 +0000
commit4d1892710f426c072dd3c9daf8ae522c42e4fe1e (patch)
treebf9c55f75f7ef9603fb194959941a2f7467a7689 /gtk/gtkimmulticontext.c
parente58fcc1eb7da948aa854926b3a540aa49612a5da (diff)
downloadgtk+-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/gtkimmulticontext.c')
-rw-r--r--gtk/gtkimmulticontext.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkimmulticontext.c b/gtk/gtkimmulticontext.c
index 3ee0cc565f..484ae51e6d 100644
--- a/gtk/gtkimmulticontext.c
+++ b/gtk/gtkimmulticontext.c
@@ -590,7 +590,7 @@ gtk_im_multicontext_append_menuitems (GtkIMMulticontext *context,
#ifdef HAVE_BIND_TEXTDOMAIN_CODESET
bind_textdomain_codeset (contexts[i]->domain, "UTF-8");
#endif
- translated_name = g_dgettext (contexts[i]->domain, contexts[i]->context_name);
+ translated_name = dgettext (contexts[i]->domain, contexts[i]->context_name);
}
else
{