blob: 55f45c4bc061c504c2f246553ae017a0b53674d3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- scim-0.6.1/extras/gtk2_immodule/imscim.cpp 2003-03-31 05:01:25.000000000 +0100
+++ scim-0.6.1/extras/gtk2_immodule/imscim.cpp.new 2003-07-07 02:25:00.000000000 +0100
@@ -33,7 +33,7 @@
"SCIM Input Method", /* Human readable name */
"scim", /* Translation domain */
SCIM_LOCALEDIR, /* Dir for bindtextdomain (not strictly needed for "gtk+") */
- "*" /* Languages for which this module is the default */
+ "ko:ja:zh" /* Languages for which this module is the default */
};
static const GtkIMContextInfo *info_list[] = {
|