adjust the bug report form so that hitting return does not submit the bug report
as mentioned in PR 11551
This commit is contained in:
parent
6ee34f1e88
commit
d1fe276655
|
@ -340,7 +340,8 @@
|
||||||
(gui-utils:ok/cancel-buttons button-panel
|
(gui-utils:ok/cancel-buttons button-panel
|
||||||
(λ (a b) (ok))
|
(λ (a b) (ok))
|
||||||
(λ (a b) (cancel))
|
(λ (a b) (cancel))
|
||||||
(string-constant bug-report-submit))
|
(string-constant bug-report-submit)
|
||||||
|
#:confirm-style '())
|
||||||
(new grow-box-spacer-pane% [parent button-panel])
|
(new grow-box-spacer-pane% [parent button-panel])
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user