fix help start path
svn: r8302 original commit: 4e2951c2bcccb1961de7c71304033723e77d8743
This commit is contained in:
parent
0732affece
commit
e87efe3ce8
|
@ -18,7 +18,7 @@
|
||||||
[send-main-page (-> void?)])
|
[send-main-page (-> void?)])
|
||||||
|
|
||||||
(define (send-main-page)
|
(define (send-main-page)
|
||||||
(let ([dest-path (build-path (find-doc-dir) "start" "index.html")])
|
(let ([dest-path (build-path (find-doc-dir) "index.html")])
|
||||||
(send-url (format "file://~a" (path->string dest-path)))))
|
(send-url (format "file://~a" (path->string dest-path)))))
|
||||||
|
|
||||||
;; if there is exactly one exact match for this search key, go directly
|
;; if there is exactly one exact match for this search key, go directly
|
||||||
|
|
Loading…
Reference in New Issue
Block a user