diff --git a/ChangeLog b/ChangeLog index 433ab7b5d4..ae42ff1dcc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Feb 27 14:08:26 2002 Owen Taylor + + * modules/input/imxim.c: Add ko and zh to the locales + where this is the default. + Wed Feb 27 12:34:21 2002 Owen Taylor * gtk/gtkiconfactory.c: Register all stock icons diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 433ab7b5d4..ae42ff1dcc 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,8 @@ +Wed Feb 27 14:08:26 2002 Owen Taylor + + * modules/input/imxim.c: Add ko and zh to the locales + where this is the default. + Wed Feb 27 12:34:21 2002 Owen Taylor * gtk/gtkiconfactory.c: Register all stock icons diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 433ab7b5d4..ae42ff1dcc 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +Wed Feb 27 14:08:26 2002 Owen Taylor + + * modules/input/imxim.c: Add ko and zh to the locales + where this is the default. + Wed Feb 27 12:34:21 2002 Owen Taylor * gtk/gtkiconfactory.c: Register all stock icons diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 433ab7b5d4..ae42ff1dcc 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,8 @@ +Wed Feb 27 14:08:26 2002 Owen Taylor + + * modules/input/imxim.c: Add ko and zh to the locales + where this is the default. + Wed Feb 27 12:34:21 2002 Owen Taylor * gtk/gtkiconfactory.c: Register all stock icons diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 433ab7b5d4..ae42ff1dcc 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,8 @@ +Wed Feb 27 14:08:26 2002 Owen Taylor + + * modules/input/imxim.c: Add ko and zh to the locales + where this is the default. + Wed Feb 27 12:34:21 2002 Owen Taylor * gtk/gtkiconfactory.c: Register all stock icons diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 433ab7b5d4..ae42ff1dcc 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,8 @@ +Wed Feb 27 14:08:26 2002 Owen Taylor + + * modules/input/imxim.c: Add ko and zh to the locales + where this is the default. + Wed Feb 27 12:34:21 2002 Owen Taylor * gtk/gtkiconfactory.c: Register all stock icons diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 433ab7b5d4..ae42ff1dcc 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +Wed Feb 27 14:08:26 2002 Owen Taylor + + * modules/input/imxim.c: Add ko and zh to the locales + where this is the default. + Wed Feb 27 12:34:21 2002 Owen Taylor * gtk/gtkiconfactory.c: Register all stock icons diff --git a/modules/input/imxim.c b/modules/input/imxim.c index c83d37f173..f37a57ae50 100644 --- a/modules/input/imxim.c +++ b/modules/input/imxim.c @@ -27,7 +27,7 @@ static const GtkIMContextInfo xim_ja_info = { N_("X Input Method"), /* Human readable name */ "gtk+", /* Translation domain */ GTK_LOCALEDIR, /* Dir for bindtextdomain (not strictly needed for "gtk+") */ - "ja" /* Languages for which this module is the default */ + "ko:ja:zh" /* Languages for which this module is the default */ }; static const GtkIMContextInfo *info_list[] = {