From: Tatsuo Ishii Date: Mon, 18 Feb 2002 04:01:27 +0000 (+0000) Subject: Fix kanji-coversion key binding. This has been broken since 7.1 X-Git-Tag: REL7_3~2124 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ab604e8ac368e074c229a58144f5697a57ec2a89;p=thirdparty%2Fpostgresql.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 a4e2f034f7e..7cfcf5d7723 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 {} @@ -2175,7 +2175,7 @@ proc vTclWindow.pgaw:Permissions {base} { # # This file contains Tcl procedures used to input Japanese text. # -# $Header: /cvsroot/pgsql/src/bin/pgaccess/lib/Attic/tables.tcl,v 1.10 2001/08/10 23:29:46 tgl Exp $ +# $Header: /cvsroot/pgsql/src/bin/pgaccess/lib/Attic/tables.tcl,v 1.11 2002/02/18 04:01:27 ishii Exp $ # # Copyright (c) 1993 Software Research Associates, Inc. #