renamed button

svn: r9863
This commit is contained in:
Robby Findler 2008-05-16 12:36:02 +00:00
parent 25ca892f55
commit d6f114ff73
3 changed files with 7 additions and 3 deletions

View File

@ -220,7 +220,7 @@
(send e insert (get-translating-acks))
(let* ([docs-button (new button%
[label (string-constant the-documentation)]
[label (string-constant help-desk)]
[parent button-panel]
[callback (λ (x y) (help-desk:help-desk))])])
(send docs-button focus))

View File

@ -8,6 +8,7 @@
framework
mzlib/class
mzlib/list
net/url
(lib "search.ss" "help")
"drsig.ss")
@ -64,7 +65,11 @@
(send dc draw-text dots (- cw dw) (- (/ ch 2) (/ th 2)))]))))
(super-new)))
(define (goto-plt-license) (void))
(define (goto-plt-license)
'(send-url
(url->string
(path->url (build-path (find-doc-dir) "license" "index.html")))))
(define (get-docs) '())
(define help-desk

View File

@ -379,7 +379,6 @@ please adhere to these guidelines:
;;; about box
(about-drscheme-frame-title "About DrScheme")
(the-documentation "The Documentation")
;;; save file in particular format prompting.
(save-as-plain-text "Save this file as plain text?")