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:
Robby Findler 2012-12-02 15:32:08 -06:00
parent 9f72eb396a
commit 325600b0cf

View File

@ -3660,7 +3660,8 @@ module browser threading seems wrong.
(cond
[problem
(message-box (string-constant drscheme)
problem)]
problem)
(preferences:set 'framework:spell-check-on? #f)]
[else
(define ed (get-edit-target-object))
(define old-val (send ed get-spell-check-strings))