File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 492
492
493
493
;; Preferences GUI
494
494
495
- (define load-action " Load the tool" )
496
- (define skip-action " Skip the tool" )
495
+ (define load-action (string-constant load- tool-load) )
496
+ (define skip-action (string-constant load- tool-skip) )
497
497
498
498
(define (add-prefs-panel)
499
499
(preferences:add-panel
500
- " Tools "
500
+ (string-constant tool-prefs-panel-title)
501
501
(lambda (parent)
502
502
(define main (new-vertical-panel% (parent parent)))
503
503
(define advisory
Original file line number Diff line number Diff line change 18
18
"sandbox-lib "
19
19
("scribble-lib " #:version "1.11 " )
20
20
("snip-lib " #:version "1.2 " )
21
- ["string-constants-lib " #:version "1.31 " ]
21
+ ["string-constants-lib " #:version "1.32 " ]
22
22
"typed-racket-lib "
23
23
"wxme-lib "
24
24
["gui-lib " #:version "1.45 " ]
You can’t perform that action at this time.
0 commit comments