change pref name to match docs
original commit: 47e3db06ffe64ebb5521cf73c45eda439fd59d85
This commit is contained in:
parent
1efce0f496
commit
a8ff33af5e
|
@ -38,7 +38,7 @@
|
||||||
(define arrow-cursor (make-object wx:cursor% 'arrow))
|
(define arrow-cursor (make-object wx:cursor% 'arrow))
|
||||||
|
|
||||||
(define default-x-prefix (if (eq? 'unix (system-type))
|
(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))
|
(if (memq v '(meta ctl alt ctl-m))
|
||||||
v
|
v
|
||||||
'ctl))
|
'ctl))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user