diff options
author | Hidetoshi Tajima <hidetoshi.tajima@sun.com> | 2003-05-30 01:09:05 +0000 |
---|---|---|
committer | Hidetoshi Tajima <tajima@src.gnome.org> | 2003-05-30 01:09:05 +0000 |
commit | 3e08d91b1992462fd32f34e5e5369dfef33a9bf5 (patch) | |
tree | 484a87bd70be0384c22ee2d5cd00f7a21cc1adf3 /gtk/gtkimmodule.c | |
parent | 156e978f87b5f020ad006bde0fdd8640665cb285 (diff) | |
download | gtk+-3e08d91b1992462fd32f34e5e5369dfef33a9bf5.tar.gz |
use GETTEXT_PACKAGE to get a translation for "Default"(#113850).
Thu May 29 18:08:01 2003 Hidetoshi Tajima <hidetoshi.tajima@sun.com>
* gtk/gtkimmodule.c (_gtk_im_module_list):
use GETTEXT_PACKAGE to get a translation for "Default"(#113850).
Diffstat (limited to 'gtk/gtkimmodule.c')
-rw-r--r-- | gtk/gtkimmodule.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkimmodule.c b/gtk/gtkimmodule.c index e4e77ff9b4..4af34a0786 100644 --- a/gtk/gtkimmodule.c +++ b/gtk/gtkimmodule.c @@ -417,8 +417,8 @@ _gtk_im_module_list (const GtkIMContextInfo ***contexts, static const GtkIMContextInfo simple_context_info = { SIMPLE_ID, N_("Default"), - "gtk+", - NULL, + GETTEXT_PACKAGE, + GTK_LOCALEDIR, "" }; |