slideshow: fix tutorial show
This commit is contained in:
parent
fbf8bacb95
commit
e3e3acb9c8
|
@ -23,7 +23,7 @@
|
|||
(titlet "Slideshow Tutorial")
|
||||
(blank)
|
||||
(size-in-pixels
|
||||
(bitmap (build-path (collection-path "icons") "PLT-206.png")))
|
||||
(bitmap (collection-file-path "PLT-206.png" "icons")))
|
||||
(blank)
|
||||
(colorize (it "Press the spacebar to continue") "blue")
|
||||
(comment "Welcome to Slideshow"))
|
||||
|
|
|
@ -99,8 +99,7 @@
|
|||
(lambda ()
|
||||
(retract-most-recent-slide)
|
||||
(load-content
|
||||
(build-path (collection-path "slideshow")
|
||||
"tutorial-show.rkt")))))
|
||||
(collection-file-path "tutorial-show.rkt" "slideshow")))))
|
||||
(page-para* (link "Open File..."
|
||||
(lambda ()
|
||||
(let ([file (get-file)])
|
||||
|
|
Loading…
Reference in New Issue
Block a user