use a MrEd-ish name for PLT Help in application form

svn: r8377
This commit is contained in:
Eli Barzilay 2008-01-21 02:16:10 +00:00
parent f87f7868a8
commit 63e24e2714

View File

@ -19,9 +19,9 @@
(lambda (variant)
(parameterize ([current-launcher-variant variant])
(make-mred-launcher '("-l" "help/help")
(mred-program-launcher-path "plt-help")
(mred-program-launcher-path "PLT Help")
(append
'((exe-name . "plt-help")
'((exe-name . "PLT Help")
(relative? . #t))
(build-aux-from-path
(build-path (collection-path "help") "help"))))))