fix call to message box to remove incorrect style flag
merge to the release branch, please original commit: e067a4415a03ec6572135ce584a17050690873ca
This commit is contained in:
parent
b7b8aff107
commit
57f229d37d
|
@ -1459,7 +1459,7 @@
|
||||||
(format (string-constant welcome-to-something)
|
(format (string-constant welcome-to-something)
|
||||||
(application:current-app-name))
|
(application:current-app-name))
|
||||||
#f
|
#f
|
||||||
'(ok app))))
|
'(ok))))
|
||||||
(define/override help-menu:about-string (λ () (application:current-app-name)))
|
(define/override help-menu:about-string (λ () (application:current-app-name)))
|
||||||
(define/override help-menu:create-about? (λ () #t))
|
(define/override help-menu:create-about? (λ () #t))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user