diff options
author | dgp <dgp@users.sourceforge.net> | 2002-05-08 05:13:03 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2002-05-08 05:13:03 (GMT) |
commit | 50a4cfe36baf76470123c8c9d24aee73d4e50fc4 (patch) | |
tree | 477a30f7a251e4a1243d7e255e01bf2197ef3d53 /library/tclIndex | |
parent | e8abab9c4ff7f74bf91038224e4ce9f90b1e2cb8 (diff) | |
download | tk-50a4cfe36baf76470123c8c9d24aee73d4e50fc4.zip tk-50a4cfe36baf76470123c8c9d24aee73d4e50fc4.tar.gz tk-50a4cfe36baf76470123c8c9d24aee73d4e50fc4.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]] |