change pref name to match docs

This commit is contained in:
John Clements 2011-01-02 14:45:14 -08:00
parent dbd8faee1b
commit 47e3db06ff

View File

@ -38,7 +38,7 @@
(define arrow-cursor (make-object wx:cursor% 'arrow))
(define default-x-prefix (if (eq? 'unix (system-type))
(let ([v (get-preference '|MrEd:defaultMenuPrefix| (lambda () 'ctl))])
(let ([v (get-preference '|GRacket:defaultMenuPrefix| (lambda () 'ctl))])
(if (memq v '(meta ctl alt ctl-m))
v
'ctl))