Remove version check menu entry. The code is only commented out, but if it is
re-entered, then it should be rewritten since the new version has a different interface. svn: r1467
This commit is contained in:
parent
3e46c52c2c
commit
02bef56469
|
@ -9,7 +9,6 @@
|
|||
(lib "framework.ss" "framework")
|
||||
(lib "external.ss" "browser")
|
||||
(lib "getinfo.ss" "setup")
|
||||
(lib "check-gui.ss" "version")
|
||||
"drsig.ss"
|
||||
"../acks.ss")
|
||||
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
(lib "string.ss")
|
||||
(lib "list.ss")
|
||||
"drsig.ss"
|
||||
(lib "check-gui.ss" "version")
|
||||
(lib "mred.ss" "mred")
|
||||
(lib "framework.ss" "framework")
|
||||
(lib "url.ss" "net")
|
||||
|
@ -121,10 +120,10 @@
|
|||
|
||||
(define/public (get-additional-important-urls) '())
|
||||
(define/override (help-menu:after-about menu)
|
||||
(instantiate menu-item% ()
|
||||
(label (string-constant help-menu-check-for-updates))
|
||||
(parent menu)
|
||||
(callback (λ (item evt) (check-version this))))
|
||||
;; (instantiate menu-item% ()
|
||||
;; (label (string-constant help-menu-check-for-updates))
|
||||
;; (parent menu)
|
||||
;; (callback (λ (item evt) (check-version this))))
|
||||
(drscheme:app:add-important-urls-to-help-menu
|
||||
menu
|
||||
(get-additional-important-urls))
|
||||
|
|
Loading…
Reference in New Issue
Block a user