Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ab604e8

Browse files
committed
Fix kanji-coversion key binding. This has been broken since 7.1
Per Yoshinori Ariie's report.
1 parent 14c1c33 commit ab604e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bin/pgaccess/lib/tables.tcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -815,7 +815,7 @@ if {$PgAcVar(mw,$wn,updatable)} then {
815815
$wn.c bind q <Key> "Tables::editText $wn %A %K"
816816
if {[info commands kanjiInput] == "kanjiInput"} then {
817817
$wn.c bind q <Control-backslash> "pgaccess_kinput_start %W";
818-
$wn.c bind q <Control-Kanji> "pg_access_kinput_start %W";
818+
$wn.c bind q <Control-Kanji> "pgaccess_kinput_start %W";
819819
}
820820
} else {
821821
$wn.c bind q <Key> {}
@@ -2175,7 +2175,7 @@ proc vTclWindow.pgaw:Permissions {base} {
21752175
#
21762176
# This file contains Tcl procedures used to input Japanese text.
21772177
#
2178-
# $Header: /cvsroot/pgsql/src/bin/pgaccess/lib/Attic/tables.tcl,v 1.10 2001/08/10 23:29:46 tgl Exp $
2178+
# $Header: /cvsroot/pgsql/src/bin/pgaccess/lib/Attic/tables.tcl,v 1.11 2002/02/18 04:01:27 ishii Exp $
21792179
#
21802180
# Copyright (c) 1993 Software Research Associates, Inc.
21812181
#

0 commit comments

Comments
 (0)