fix ellipsis in test
This commit is contained in:
parent
fc813b32ca
commit
ca2deebe47
|
@ -4,7 +4,7 @@
|
||||||
(module test racket/base)
|
(module test racket/base)
|
||||||
|
|
||||||
(define windows-menu-prefix
|
(define windows-menu-prefix
|
||||||
(let ([basics (list "Bring Frame to Front..." "Most Recent Window"
|
(let ([basics (list "Bring Frame to Front…" "Most Recent Window"
|
||||||
#f)])
|
#f)])
|
||||||
(if (eq? (system-type) 'macosx)
|
(if (eq? (system-type) 'macosx)
|
||||||
(list* "Minimize" "Zoom" basics)
|
(list* "Minimize" "Zoom" basics)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user