fix name of Basic style in style-list<%>

svn: r17878
This commit is contained in:
Matthew Flatt 2010-01-29 00:14:06 +00:00
parent a6d89438a7
commit 5270fcbc6c

View File

@ -621,7 +621,7 @@
(define/public (s-set-as-basic slist)
(set! style-list slist)
(set! name "basic")
(set! name "Basic")
(set! base-style #f)
(set! nonjoin-delta (new style-delta%))