fix external-URL handling and associated preference checkbox

svn: r1565
This commit is contained in:
Matthew Flatt 2005-12-08 17:24:50 +00:00
parent cb4b287a2d
commit f0b146448b
2 changed files with 2 additions and 2 deletions

View File

@ -853,7 +853,7 @@ A test case:
(lambda (new-url) (loop (- n 1) new-url))]
[else
(cons html-editor url)]))
(cons #f #f))))))
#f)))))
(define hyper-canvas% (hyper-canvas-mixin canvas:basic%))

View File

@ -35,7 +35,7 @@
[cb (instantiate check-box% ()
(label (string-constant plt:hd:use-homebrew-browser))
(parent cbp)
(value (preferences:get 'drscheme:help-desk:separate-browser))
(value (not (preferences:get 'drscheme:help-desk:separate-browser)))
(callback
(lambda (cb evt)
(preferences:set 'drscheme:help-desk:separate-browser