diff options
author | dgp@users.sourceforge.net <dgp> | 2002-05-08 05:13:03 (GMT) |
---|---|---|
committer | dgp@users.sourceforge.net <dgp> | 2002-05-08 05:13:03 (GMT) |
commit | 9b153988e005d7e7a94170d850fc539e9184a581 (patch) | |
tree | 477a30f7a251e4a1243d7e255e01bf2197ef3d53 /library/tclIndex | |
parent | b65a9b07f66bebe6a3955127caef25382791ecd4 (diff) | |
download | tk-9b153988e005d7e7a94170d850fc539e9184a581.zip tk-9b153988e005d7e7a94170d850fc539e9184a581.tar.gz tk-9b153988e005d7e7a94170d850fc539e9184a581.tar.bz2 |
* Cleaned up namespace usage of the bgerror
dialog. Completes soft dependence on msgcat. [FR 539309]
Diffstat (limited to 'library/tclIndex')
-rw-r--r-- | library/tclIndex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/library/tclIndex b/library/tclIndex index 72ac96e..711fe32 100644 --- a/library/tclIndex +++ b/library/tclIndex @@ -7,10 +7,10 @@ # a script that loads the command. set auto_index(::tk::dialog::error::Return) [list source [file join $dir bgerror.tcl]] -set auto_index(::tk::dialog::error::details) [list source [file join $dir bgerror.tcl]] -set auto_index(::tk::dialog::error::evalFunction) [list source [file join $dir bgerror.tcl]] -set auto_index(::tk::dialog::error::saveToLog) [list source [file join $dir bgerror.tcl]] +set auto_index(::tk::dialog::error::Details) [list source [file join $dir bgerror.tcl]] +set auto_index(::tk::dialog::error::SaveToLog) [list source [file join $dir bgerror.tcl]] set auto_index(::tk::dialog::error::Destroy) [list source [file join $dir bgerror.tcl]] +set auto_index(::tk::dialog::error::bgerror) [list source [file join $dir bgerror.tcl]] set auto_index(bgerror) [list source [file join $dir bgerror.tcl]] set auto_index(::tk::ButtonInvoke) [list source [file join $dir button.tcl]] set auto_index(::tk::ButtonAutoInvoke) [list source [file join $dir button.tcl]] |