added teachpack-htdc to th eprofj manuals

svn: r3385
This commit is contained in:
Eli Barzilay 2006-06-17 00:46:57 +00:00
parent 1c8318c589
commit 02fab1c358

View File

@ -167,7 +167,8 @@
(define/public (first-opened) (void))
(define/public (order-manuals x)
(let* ((beg-list '(#"profj-beginner" #"tour" #"drscheme" #"help"))
(let* ((beg-list '(#"profj-beginner" #"teachpack-htdc"
#"tour" #"drscheme" #"help"))
(int-list (cons #"profj-intermediate" beg-list)))
(values (case level
((beginner) beg-list)