disable the aspell preference a little more agressively in case someone
has old state lying around with the preference turned on
This commit is contained in:
parent
9f72eb396a
commit
325600b0cf
|
@ -3660,7 +3660,8 @@ module browser threading seems wrong.
|
||||||
(cond
|
(cond
|
||||||
[problem
|
[problem
|
||||||
(message-box (string-constant drscheme)
|
(message-box (string-constant drscheme)
|
||||||
problem)]
|
problem)
|
||||||
|
(preferences:set 'framework:spell-check-on? #f)]
|
||||||
[else
|
[else
|
||||||
(define ed (get-edit-target-object))
|
(define ed (get-edit-target-object))
|
||||||
(define old-val (send ed get-spell-check-strings))
|
(define old-val (send ed get-spell-check-strings))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user