slideshow: fix tutorial show

This commit is contained in:
Matthew Flatt 2013-09-27 14:47:47 -04:00
parent fbf8bacb95
commit e3e3acb9c8
2 changed files with 2 additions and 3 deletions

View File

@ -23,7 +23,7 @@
(titlet "Slideshow Tutorial") (titlet "Slideshow Tutorial")
(blank) (blank)
(size-in-pixels (size-in-pixels
(bitmap (build-path (collection-path "icons") "PLT-206.png"))) (bitmap (collection-file-path "PLT-206.png" "icons")))
(blank) (blank)
(colorize (it "Press the spacebar to continue") "blue") (colorize (it "Press the spacebar to continue") "blue")
(comment "Welcome to Slideshow")) (comment "Welcome to Slideshow"))

View File

@ -99,8 +99,7 @@
(lambda () (lambda ()
(retract-most-recent-slide) (retract-most-recent-slide)
(load-content (load-content
(build-path (collection-path "slideshow") (collection-file-path "tutorial-show.rkt" "slideshow")))))
"tutorial-show.rkt")))))
(page-para* (link "Open File..." (page-para* (link "Open File..."
(lambda () (lambda ()
(let ([file (get-file)]) (let ([file (get-file)])