fix references to syncheck-drracket-button
This commit is contained in:
parent
d7adf2e347
commit
a60a083802
|
@ -27,7 +27,7 @@
|
||||||
(case key
|
(case key
|
||||||
[(drscheme:toolbar-buttons)
|
[(drscheme:toolbar-buttons)
|
||||||
(list (dynamic-require 'stepper/drscheme-button 'stepper-drscheme-button)
|
(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)
|
[(drscheme:opt-out-toolbar-buttons)
|
||||||
;; opt-out of all of the extra buttons b/c
|
;; opt-out of all of the extra buttons b/c
|
||||||
|
|
|
@ -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.,
|
Check Syntax is a part of the DrScheme collection, but is implemented via the tools api, i.e.,
|
||||||
not taking any advantage of
|
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
|
(list/c
|
||||||
string?
|
string?
|
||||||
(is-a?/c bitmap%)
|
(is-a?/c bitmap%)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user