allow Windows build to live in a path that includes non-ASCII characters

svn: r2907

original commit: fd9266eb79af78f4fcb339a1e5e6ac4c7c97219c
This commit is contained in:
Matthew Flatt 2006-05-11 18:08:27 +00:00
parent e3cb1de717
commit 75cafda3a7

View File

@ -1592,6 +1592,10 @@
"Simulate Down" p2
(lambda (c e)
(simulate (sub1 (send s get-value)))))
(make-object check-box%
"Disabled" p2
(lambda (c e)
(send s enable (not (send c get-value)))))
(instructions p "slider-steps.txt")
(send f show #t))