diff options
author | a_kovalenko <a_kovalenko> | 2002-06-25 16:27:43 (GMT) |
---|---|---|
committer | a_kovalenko <a_kovalenko> | 2002-06-25 16:27:43 (GMT) |
commit | 74607ec0cc8a43fcd4eee20367551cfe4c9b6be3 (patch) | |
tree | 54777509221f3836a6476f53f585d0fd218a540a /library/tclIndex | |
parent | 38552c3a2aca52950e9aab3fae0045c6ad03c17e (diff) | |
download | tk-74607ec0cc8a43fcd4eee20367551cfe4c9b6be3.zip tk-74607ec0cc8a43fcd4eee20367551cfe4c9b6be3.tar.gz tk-74607ec0cc8a43fcd4eee20367551cfe4c9b6be3.tar.bz2 |
Applied patch #546910 -- international postscript output
Diffstat (limited to 'library/tclIndex')
-rw-r--r-- | library/tclIndex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/tclIndex b/library/tclIndex index 711fe32..6b3547d 100644 --- a/library/tclIndex +++ b/library/tclIndex @@ -118,6 +118,7 @@ set auto_index(::tk::RestoreOldGrab) [list source [file join $dir menu.tcl]] set auto_index(tk_menuSetFocus) [list source [file join $dir menu.tcl]] set auto_index(::tk::GenerateMenuSelect) [list source [file join $dir menu.tcl]] set auto_index(tk_popup) [list source [file join $dir menu.tcl]] +set auto_index(::tk::ensure_psenc_is_loaded) [list source [file join $dir mkpsenc.tcl]] set auto_index(::tk::MessageBox) [list source [file join $dir msgbox.tcl]] set auto_index(tk_menuBar) [list source [file join $dir obsolete.tcl]] set auto_index(tk_bindForTraversal) [list source [file join $dir obsolete.tcl]] |