diff options
Diffstat (limited to 'library/demos/rolodex')
-rw-r--r-- | library/demos/rolodex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/demos/rolodex b/library/demos/rolodex index e3e0e5a..7b22bad 100644 --- a/library/demos/rolodex +++ b/library/demos/rolodex @@ -8,7 +8,7 @@ exec wish "$0" "$@" # feel of a rolodex program, although it's lifeless and doesn't # actually do the rolodex application. # -# SCCS: @(#) rolodex 1.7 96/02/16 10:49:23 +# RCS: @(#) $Id: rolodex,v 1.2 1998/09/14 18:23:29 stanton Exp $ foreach i [winfo child .] { catch {destroy $i} |