From: Tatsuo Ishii Date: Mon, 18 Feb 2002 04:12:34 +0000 (+0000) Subject: Fix kanji-coversion key binding. This has been broken since 7.1 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=c64fbee00e482fb47c649c73eff95e8096d7015c;p=users%2Fbernd%2Fpostgres.git Fix kanji-coversion key binding. This has been broken since 7.1 Per Yoshinori Ariie's report. --- diff --git a/src/bin/pgaccess/lib/tables.tcl b/src/bin/pgaccess/lib/tables.tcl index 90ace828f4..b8afb7d2a2 100644 --- a/src/bin/pgaccess/lib/tables.tcl +++ b/src/bin/pgaccess/lib/tables.tcl @@ -815,7 +815,7 @@ if {$PgAcVar(mw,$wn,updatable)} then { $wn.c bind q "Tables::editText $wn %A %K" if {[info commands kanjiInput] == "kanjiInput"} then { $wn.c bind q "pgaccess_kinput_start %W"; - $wn.c bind q "pg_access_kinput_start %W"; + $wn.c bind q "pgaccess_kinput_start %W"; } } else { $wn.c bind q {}