renamed button
svn: r9863
This commit is contained in:
parent
25ca892f55
commit
d6f114ff73
|
@ -220,7 +220,7 @@
|
||||||
(send e insert (get-translating-acks))
|
(send e insert (get-translating-acks))
|
||||||
|
|
||||||
(let* ([docs-button (new button%
|
(let* ([docs-button (new button%
|
||||||
[label (string-constant the-documentation)]
|
[label (string-constant help-desk)]
|
||||||
[parent button-panel]
|
[parent button-panel]
|
||||||
[callback (λ (x y) (help-desk:help-desk))])])
|
[callback (λ (x y) (help-desk:help-desk))])])
|
||||||
(send docs-button focus))
|
(send docs-button focus))
|
||||||
|
|
|
@ -8,6 +8,7 @@
|
||||||
framework
|
framework
|
||||||
mzlib/class
|
mzlib/class
|
||||||
mzlib/list
|
mzlib/list
|
||||||
|
net/url
|
||||||
(lib "search.ss" "help")
|
(lib "search.ss" "help")
|
||||||
"drsig.ss")
|
"drsig.ss")
|
||||||
|
|
||||||
|
@ -64,7 +65,11 @@
|
||||||
(send dc draw-text dots (- cw dw) (- (/ ch 2) (/ th 2)))]))))
|
(send dc draw-text dots (- cw dw) (- (/ ch 2) (/ th 2)))]))))
|
||||||
(super-new)))
|
(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 (get-docs) '())
|
||||||
|
|
||||||
(define help-desk
|
(define help-desk
|
||||||
|
|
|
@ -379,7 +379,6 @@ please adhere to these guidelines:
|
||||||
|
|
||||||
;;; about box
|
;;; about box
|
||||||
(about-drscheme-frame-title "About DrScheme")
|
(about-drscheme-frame-title "About DrScheme")
|
||||||
(the-documentation "The Documentation")
|
|
||||||
|
|
||||||
;;; save file in particular format prompting.
|
;;; save file in particular format prompting.
|
||||||
(save-as-plain-text "Save this file as plain text?")
|
(save-as-plain-text "Save this file as plain text?")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user