fix tools doc

--- hopefully the switch from `scheme' to `racket' doesn't
     change the intended reference of anything in the docs
This commit is contained in:
Matthew Flatt 2011-01-13 13:08:42 -07:00
parent 84237c2cf3
commit 045aac4daf

View File

@ -4,27 +4,27 @@
(require scribble/manual (require scribble/manual
scribble/basic scribble/basic
scribble/extract scribble/extract
scheme/class racket/class
scheme/contract) racket/contract)
(provide (all-from-out scribble/manual) (provide (all-from-out scribble/manual)
(all-from-out scribble/basic) (all-from-out scribble/basic)
(all-from-out scribble/extract) (all-from-out scribble/extract)
(all-from-out scheme/class) (all-from-out racket/class)
(all-from-out scheme/contract)) (all-from-out racket/contract))
(require (for-label scheme/gui/base (require (for-label racket/gui/base
racket/snip racket/snip
scheme/class racket/class
scheme/contract racket/contract
scheme/base racket/base
drscheme/tool-lib drscheme/tool-lib
mrlib/switchable-button mrlib/switchable-button
framework)) framework))
(provide (for-label (all-from-out scheme/gui/base) (provide (for-label (all-from-out racket/gui/base)
(all-from-out racket/snip) (all-from-out racket/snip)
(all-from-out scheme/class) (all-from-out racket/class)
(all-from-out scheme/contract) (all-from-out racket/contract)
(all-from-out scheme/base) (all-from-out racket/base)
(all-from-out drscheme/tool-lib) (all-from-out drscheme/tool-lib)
(all-from-out mrlib/switchable-button) (all-from-out mrlib/switchable-button)
(all-from-out framework))) (all-from-out framework)))