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:
Robby Findler 2010-12-17 10:00:12 -06:00
parent 6ee34f1e88
commit d1fe276655

View File

@ -340,7 +340,8 @@
(gui-utils:ok/cancel-buttons button-panel
(λ (a b) (ok))
(λ (a b) (cancel))
(string-constant bug-report-submit))
(string-constant bug-report-submit)
#:confirm-style '())
(new grow-box-spacer-pane% [parent button-panel])