forked from AuroraMiddleware/gtk
use GETTEXT_PACKAGE to get a translation for "Default"(#113850).
Thu May 29 18:30:55 2003 Hidetoshi Tajima <hidetoshi.tajima@sun.com> * modules/input/imipa.c: use GETTEXT_PACKAGE to get a translation for "Default"(#113850).
This commit is contained in:
parent
3e08d91b19
commit
8b8b1ec435
@ -1,3 +1,8 @@
|
||||
Thu May 29 18:30:35 2003 Hidetoshi Tajima <hidetoshi.tajima@sun.com>
|
||||
|
||||
* modules/input/imipa.c:
|
||||
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):
|
||||
|
@ -1,3 +1,8 @@
|
||||
Thu May 29 18:30:35 2003 Hidetoshi Tajima <hidetoshi.tajima@sun.com>
|
||||
|
||||
* modules/input/imipa.c:
|
||||
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):
|
||||
|
@ -1,3 +1,8 @@
|
||||
Thu May 29 18:30:35 2003 Hidetoshi Tajima <hidetoshi.tajima@sun.com>
|
||||
|
||||
* modules/input/imipa.c:
|
||||
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):
|
||||
|
@ -1,3 +1,8 @@
|
||||
Thu May 29 18:30:35 2003 Hidetoshi Tajima <hidetoshi.tajima@sun.com>
|
||||
|
||||
* modules/input/imipa.c:
|
||||
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):
|
||||
|
@ -1,3 +1,8 @@
|
||||
Thu May 29 18:30:35 2003 Hidetoshi Tajima <hidetoshi.tajima@sun.com>
|
||||
|
||||
* modules/input/imipa.c:
|
||||
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):
|
||||
|
@ -142,7 +142,7 @@ ipa_init (GtkIMContextSimple *im_context)
|
||||
static const GtkIMContextInfo ipa_info = {
|
||||
"ipa", /* ID */
|
||||
N_("IPA"), /* Human readable name */
|
||||
"gtk+", /* Translation domain */
|
||||
GETTEXT_PACKAGE, /* Translation domain */
|
||||
GTK_LOCALEDIR, /* Dir for bindtextdomain (not strictly needed for "gtk+") */
|
||||
"" /* Languages for which this module is the default */
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user