some long overdue Rackety: renaming the 'scheme:' exports of the framework to 'racket:'

original commit: 458e2c2282adca43aabe3d1e62957389d2fbe798
This commit is contained in:
Robby Findler 2011-11-30 06:45:04 -06:00
parent a19c809042
commit 2db9b65576

View File

@ -9,7 +9,7 @@
()
([get-font (-> (Instance Font%))]))))])))
(dt Scheme:Text% (Class ()
(dt Racket:Text% (Class ()
()
([begin-edit-sequence (-> Void)]
[end-edit-sequence (-> Void)]
@ -30,7 +30,7 @@
[preferences:set (Symbol Sexp -> Void)]
[editor:get-standard-style-list
(-> (Instance Style-List%))]
[scheme:text% Scheme:Text%]
[racket:text% Racket:Text%]
[gui-utils:ok/cancel-buttons
((Instance Horizontal-Panel%) ((Instance Button%) (Instance Event%) -> Void) ((Instance Button%) (Instance Event%) -> Void) -> (values Any Any))])