fix references to syncheck-drracket-button

This commit is contained in:
Sam Tobin-Hochstadt 2010-05-05 11:13:48 -04:00
parent d7adf2e347
commit a60a083802
2 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@
(case key
[(drscheme:toolbar-buttons)
(list (dynamic-require 'stepper/drscheme-button 'stepper-drscheme-button)
(dynamic-require 'drscheme/syncheck-drscheme-button 'syncheck-drscheme-button))]
(dynamic-require 'drscheme/syncheck-drracket-button 'syncheck-drracket-button))]
[(drscheme:opt-out-toolbar-buttons)
;; opt-out of all of the extra buttons b/c

View File

@ -482,9 +482,9 @@ for a list of the capabilities registered by default.
Check Syntax is a part of the DrScheme collection, but is implemented via the tools api, i.e.,
not taking any advantage of
@defmodule[drscheme/syncheck-drscheme-button]
@defmodule[drscheme/syncheck-drracket-button]
@defthing[syncheck-drscheme-button
@defthing[syncheck-drracket-button
(list/c
string?
(is-a?/c bitmap%)