summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2001-11-15 14:13:13 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2001-11-15 14:13:13 (GMT)
commit7c2822731c75d2f31af74cf5bd49628a67e97c00 (patch)
tree57cab14d17b78746a95d54cc176db2be5b123a6b /library
parent6101c7baf07340632b03eaf31da112dda8eb450b (diff)
downloadtk-7c2822731c75d2f31af74cf5bd49628a67e97c00.zip
tk-7c2822731c75d2f31af74cf5bd49628a67e97c00.tar.gz
tk-7c2822731c75d2f31af74cf5bd49628a67e97c00.tar.bz2
stupid typo
Diffstat (limited to 'library')
-rw-r--r--library/demos/image2.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/demos/image2.tcl b/library/demos/image2.tcl
index e7195e6..fc40612 100644
--- a/library/demos/image2.tcl
+++ b/library/demos/image2.tcl
@@ -3,7 +3,7 @@
# This demonstration script creates a simple collection of widgets
# that allow you to select and view images in a Tk label.
#
-# RCS: @(#) $Id: image2.tcl,v 1.4 2001/11/15 14:02:47 dkf Exp $
+# RCS: @(#) $Id: image2.tcl,v 1.5 2001/11/15 14:13:13 dkf Exp $
if {![info exists widgetDemo]} {
error "This script should be run from the \"widget\" demo."
@@ -25,7 +25,7 @@ proc loadDir w {
}
}
-# loadDir --
+# selectAndLoadDir --
# This procedure pops up a dialog to ask for a directory to load into
# the listobx and (if the user presses OK) reloads the directory
# listbox from the directory named in the demo's entry.