diff options
Diffstat (limited to 'app-i18n/scim-cvs/files/scim-cvs-gtk2immodule.patch')
-rw-r--r-- | app-i18n/scim-cvs/files/scim-cvs-gtk2immodule.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-i18n/scim-cvs/files/scim-cvs-gtk2immodule.patch b/app-i18n/scim-cvs/files/scim-cvs-gtk2immodule.patch new file mode 100644 index 000000000000..55f45c4bc061 --- /dev/null +++ b/app-i18n/scim-cvs/files/scim-cvs-gtk2immodule.patch @@ -0,0 +1,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[] = { |