aboutsummaryrefslogtreecommitdiff
path: root/demos/simpleInteractionTrack.tcl
diff options
context:
space:
mode:
authorlecoanet2003-03-28 17:36:34 +0000
committerlecoanet2003-03-28 17:36:34 +0000
commit11d300cf2d4d7c0da508ff27534c14261d5043a0 (patch)
tree35ff0c0185d755c6d52dcacf958bd587c55739b4 /demos/simpleInteractionTrack.tcl
parent7a103bee4cda4532e237522e72f6a7d7e81e6839 (diff)
downloadtkzinc-11d300cf2d4d7c0da508ff27534c14261d5043a0.zip
tkzinc-11d300cf2d4d7c0da508ff27534c14261d5043a0.tar.gz
tkzinc-11d300cf2d4d7c0da508ff27534c14261d5043a0.tar.bz2
tkzinc-11d300cf2d4d7c0da508ff27534c14261d5043a0.tar.xz
Ajout de plusieurs demos et remaniement
Diffstat (limited to 'demos/simpleInteractionTrack.tcl')
-rw-r--r--demos/simpleInteractionTrack.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/simpleInteractionTrack.tcl b/demos/simpleInteractionTrack.tcl
index 1ac3966..c24c09c 100644
--- a/demos/simpleInteractionTrack.tcl
+++ b/demos/simpleInteractionTrack.tcl
@@ -6,7 +6,7 @@ if {![info exists zincDemo]} {
}
-set w .simple_interation_track
+set w .simpleInteractionTrack
catch {destroy $w}
toplevel $w
wm title $w "Zinc Track Interaction Demonstration"