From f394888407ab8d2a1be32272db2ba1b02afd878e Mon Sep 17 00:00:00 2001 From: Debian GNOME Maintainers Date: Fri, 24 Mar 2017 01:27:48 +0000 Subject: [PATCH] _disable-viqr-im-for-vi-locale Gbp-Pq: Name 022_disable-viqr-im-for-vi-locale.patch --- modules/input/imviqr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/input/imviqr.c b/modules/input/imviqr.c index d9572f51ce..bfa4462cf9 100644 --- a/modules/input/imviqr.c +++ b/modules/input/imviqr.c @@ -242,7 +242,7 @@ static const GtkIMContextInfo viqr_info = { NC_("input method menu", "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[] = { -- 2.30.2