Merge branch 'issue-183-backport' into 'gtk-2-24'
Do not use VIQR input method for vi locale by default See merge request GNOME/gtk!1193
This commit is contained in:
commit
ad5d360654
@ -244,7 +244,7 @@ static const GtkIMContextInfo viqr_info = {
|
||||
N_("Vietnamese (VIQR)"), /* Human readable name */
|
||||
GETTEXT_PACKAGE, /* Translation domain */
|
||||
GTK_LOCALEDIR, /* Dir for bindtextdomain (not strictly needed for "gtk+") */
|
||||
"vi" /* Languages for which this module is the default */
|
||||
"" /* Languages for which this module is the default */
|
||||
};
|
||||
|
||||
static const GtkIMContextInfo *info_list[] = {
|
||||
|
Loading…
Reference in New Issue
Block a user