mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 00:30:08 +00:00
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).
This commit is contained in:
parent
156e978f87
commit
3e08d91b19
@ -1,3 +1,8 @@
|
|||||||
|
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).
|
||||||
|
|
||||||
Thu May 29 09:34:05 2003 Hidetoshi Tajima <hidetoshi.tajima@sun.com>
|
Thu May 29 09:34:05 2003 Hidetoshi Tajima <hidetoshi.tajima@sun.com>
|
||||||
|
|
||||||
* gtk/gtkimmodule.c (_gtk_im_module_list): make "Default"
|
* gtk/gtkimmodule.c (_gtk_im_module_list): make "Default"
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
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).
|
||||||
|
|
||||||
Thu May 29 09:34:05 2003 Hidetoshi Tajima <hidetoshi.tajima@sun.com>
|
Thu May 29 09:34:05 2003 Hidetoshi Tajima <hidetoshi.tajima@sun.com>
|
||||||
|
|
||||||
* gtk/gtkimmodule.c (_gtk_im_module_list): make "Default"
|
* gtk/gtkimmodule.c (_gtk_im_module_list): make "Default"
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
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).
|
||||||
|
|
||||||
Thu May 29 09:34:05 2003 Hidetoshi Tajima <hidetoshi.tajima@sun.com>
|
Thu May 29 09:34:05 2003 Hidetoshi Tajima <hidetoshi.tajima@sun.com>
|
||||||
|
|
||||||
* gtk/gtkimmodule.c (_gtk_im_module_list): make "Default"
|
* gtk/gtkimmodule.c (_gtk_im_module_list): make "Default"
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
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).
|
||||||
|
|
||||||
Thu May 29 09:34:05 2003 Hidetoshi Tajima <hidetoshi.tajima@sun.com>
|
Thu May 29 09:34:05 2003 Hidetoshi Tajima <hidetoshi.tajima@sun.com>
|
||||||
|
|
||||||
* gtk/gtkimmodule.c (_gtk_im_module_list): make "Default"
|
* gtk/gtkimmodule.c (_gtk_im_module_list): make "Default"
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
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).
|
||||||
|
|
||||||
Thu May 29 09:34:05 2003 Hidetoshi Tajima <hidetoshi.tajima@sun.com>
|
Thu May 29 09:34:05 2003 Hidetoshi Tajima <hidetoshi.tajima@sun.com>
|
||||||
|
|
||||||
* gtk/gtkimmodule.c (_gtk_im_module_list): make "Default"
|
* gtk/gtkimmodule.c (_gtk_im_module_list): make "Default"
|
||||||
|
@ -417,8 +417,8 @@ _gtk_im_module_list (const GtkIMContextInfo ***contexts,
|
|||||||
static const GtkIMContextInfo simple_context_info = {
|
static const GtkIMContextInfo simple_context_info = {
|
||||||
SIMPLE_ID,
|
SIMPLE_ID,
|
||||||
N_("Default"),
|
N_("Default"),
|
||||||
"gtk+",
|
GETTEXT_PACKAGE,
|
||||||
NULL,
|
GTK_LOCALEDIR,
|
||||||
""
|
""
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user