diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2005-11-25 15:58:15 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2005-11-25 15:58:15 (GMT) |
commit | c0223b885cb724c64ed47ceefc90b7f883a6b4df (patch) | |
tree | 94e28f5e7c4bfec4e5fc385c63c76afcf8b4c39a /library/unsupported.tcl | |
parent | 6eb066dce3cf16c8549b77e4ef664550bec72b33 (diff) | |
download | tk-c0223b885cb724c64ed47ceefc90b7f883a6b4df.zip tk-c0223b885cb724c64ed47ceefc90b7f883a6b4df.tar.gz tk-c0223b885cb724c64ed47ceefc90b7f883a6b4df.tar.bz2 |
Fix bits that (should, and now do) refer to tk::IconList_CurSelection
Diffstat (limited to 'library/unsupported.tcl')
-rw-r--r-- | library/unsupported.tcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/unsupported.tcl b/library/unsupported.tcl index 72171c3..32e0a9e 100644 --- a/library/unsupported.tcl +++ b/library/unsupported.tcl @@ -3,7 +3,7 @@ # Commands provided by Tk without official support. Use them at your # own risk. They may change or go away without notice. # -# RCS: @(#) $Id: unsupported.tcl,v 1.4 2002/07/17 16:51:53 rmax Exp $ +# RCS: @(#) $Id: unsupported.tcl,v 1.5 2005/11/25 15:58:15 dkf Exp $ # # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. @@ -95,7 +95,7 @@ namespace eval ::tk::unsupported { tkIconList_Config ::tk::IconList_Config tkIconList_Create ::tk::IconList_Create tkIconList_CtrlBtn1 ::tk::IconList_CtrlBtn1 - tkIconList_Curselection ::tk::IconList_Curselection + tkIconList_Curselection ::tk::IconList_CurSelection tkIconList_DeleteAll ::tk::IconList_DeleteAll tkIconList_Double1 ::tk::IconList_Double1 tkIconList_DrawSelection ::tk::IconList_DrawSelection |