slideshow: fix tutorial show
This commit is contained in:
parent
fbf8bacb95
commit
e3e3acb9c8
|
@ -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"))
|
||||||
|
|
|
@ -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)])
|
||||||
|
|
Loading…
Reference in New Issue
Block a user