summaryrefslogtreecommitdiffstats
path: root/library/tclIndex
diff options
context:
space:
mode:
authordonal.k.fellows@manchester.ac.uk <dkf>2005-11-25 15:58:15 (GMT)
committerdonal.k.fellows@manchester.ac.uk <dkf>2005-11-25 15:58:15 (GMT)
commit0b5d8a9c7c16c79db064799453f8231574cf6c9c (patch)
tree94e28f5e7c4bfec4e5fc385c63c76afcf8b4c39a /library/tclIndex
parentfc1a17eb40a24b4b712ba4efd2d03f60f3dcbd3d (diff)
downloadtk-0b5d8a9c7c16c79db064799453f8231574cf6c9c.zip
tk-0b5d8a9c7c16c79db064799453f8231574cf6c9c.tar.gz
tk-0b5d8a9c7c16c79db064799453f8231574cf6c9c.tar.bz2
Fix bits that (should, and now do) refer to tk::IconList_CurSelection
Diffstat (limited to 'library/tclIndex')
-rw-r--r--library/tclIndex2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/tclIndex b/library/tclIndex
index 6b3547d..2550b4e 100644
--- a/library/tclIndex
+++ b/library/tclIndex
@@ -200,7 +200,7 @@ set auto_index(::tk::TabToWindow) [list source [file join $dir tk.tcl]]
set auto_index(::tk::IconList) [list source [file join $dir tkfbox.tcl]]
set auto_index(::tk::IconList_Index) [list source [file join $dir tkfbox.tcl]]
set auto_index(::tk::IconList_Selection) [list source [file join $dir tkfbox.tcl]]
-set auto_index(::tk::IconList_Curselection) [list source [file join $dir tkfbox.tcl]]
+set auto_index(::tk::IconList_CurSelection) [list source [file join $dir tkfbox.tcl]]
set auto_index(::tk::IconList_DrawSelection) [list source [file join $dir tkfbox.tcl]]
set auto_index(::tk::IconList_Get) [list source [file join $dir tkfbox.tcl]]
set auto_index(::tk::IconList_Config) [list source [file join $dir tkfbox.tcl]]