fix pref name

This commit is contained in:
Matthew Flatt 2011-01-20 07:37:34 -07:00
parent bc580ac125
commit 0a56e0fc6a

View File

@ -23,7 +23,7 @@
(define editor-stream-out% object%)
(define default-size
(or (get-preference* 'MrEd:default-font-size)
(or (get-preference* 'GRacket:default-font-size)
(case (system-type)
[(windows) 10]
[else 12])))