projects
/
gtk+3.0.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aea21d5
)
Disable VIQR IM for vi locale
author
Ubuntu Core Developers
<ubuntu-devel-discuss@lists.ubuntu.com>
Wed, 4 Mar 2009 00:58:20 +0000
(21:58 -0300)
committer
Simon McVittie
<smcv@debian.org>
Thu, 22 Mar 2018 10:15:24 +0000
(10:15 +0000)
[TODO: why? The Debian changelog just says "imported from Ubuntu"]
Forwarded: no
Gbp-Pq: Name 022_disable-viqr-im-for-vi-locale.patch
modules/input/imviqr.c
patch
|
blob
|
history
diff --git
a/modules/input/imviqr.c
b/modules/input/imviqr.c
index d9572f51ce4203ac5c6c21400d3b68748eaabc3b..bfa4462cf9eb373437c73e4bd35a8070fd3172c6 100644
(file)
--- 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[] = {