diff options
author | Owen Taylor <otaylor@redhat.com> | 2003-08-16 14:44:00 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2003-08-16 14:44:00 +0000 |
commit | 34c550243f4c6672522db7ccc167c27775648be1 (patch) | |
tree | c0eb6b0c21d25b72b412b9beb01d2e4aefef1ec4 /modules/input | |
parent | 4e6ec12ec3d5c64883f9005db8e6651913e28c9e (diff) | |
download | gtk+-34c550243f4c6672522db7ccc167c27775648be1.tar.gz |
Make the list of default languages more comprehensive. (Suggestion of Fco.
Sat Aug 16 10:34:49 2003 Owen Taylor <otaylor@redhat.com>
* modules/input/imcedilla.c: Make the list of default
languages more comprehensive. (Suggestion of
Fco. Javier F. Serrador)
Sat Aug 9 12:47:11 2003 Owen Taylor <otaylor@redhat.com>
* gdk/gdk.c (gdk_arg_context_parse): Fix broken
parentheses when skipping args.
Diffstat (limited to 'modules/input')
-rw-r--r-- | modules/input/imcedilla.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/input/imcedilla.c b/modules/input/imcedilla.c index 34c2336ba2..3c76b686d0 100644 --- a/modules/input/imcedilla.c +++ b/modules/input/imcedilla.c @@ -90,7 +90,7 @@ static const GtkIMContextInfo cedilla_info = { N_("Cedilla"), /* Human readable name */ "gtk+", /* Translation domain */ GTK_LOCALEDIR, /* Dir for bindtextdomain (not strictly needed for "gtk+") */ - "fr:pt" /* Languages for which this module is the default */ + "az:ca:co:fr:gv:oc:pt:sq:tr:wa" /* Languages for which this module is the default */ }; static const GtkIMContextInfo *info_list[] = { |