From f6806430fd5e957835e9f611ee66a588bdd15d1d Mon Sep 17 00:00:00 2001 From: "ted.mielczarek@gmail.com" Date: Tue, 22 Jan 2008 15:55:46 -0800 Subject: [PATCH] bug 413539 - crash reporter comment box doesn't wrap text. r=dcamp --- toolkit/crashreporter/client/crashreporter.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolkit/crashreporter/client/crashreporter.rc b/toolkit/crashreporter/client/crashreporter.rc index 0cf5ff7f983..682a2671dc4 100755 --- a/toolkit/crashreporter/client/crashreporter.rc +++ b/toolkit/crashreporter/client/crashreporter.rc @@ -78,7 +78,7 @@ BEGIN CONTROL "tell mozilla about this crash so they can fix it",IDC_SUBMITREPORTCHECK, "Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,25,222,10 CHECKBOX "details...",IDC_VIEWREPORTBUTTON,24,40,54,14,BS_PUSHLIKE - EDITTEXT IDC_COMMENTTEXT,24,59,210,43,ES_MULTILINE | ES_AUTOHSCROLL | ES_WANTRETURN | WS_VSCROLL + EDITTEXT IDC_COMMENTTEXT,24,59,210,43,ES_MULTILINE | ES_WANTRETURN | WS_VSCROLL CONTROL "include the address of the page i was on",IDC_INCLUDEURLCHECK, "Button",BS_AUTOCHECKBOX | WS_TABSTOP,24,107,210,10 CONTROL "tell mozilla to email me with more information",IDC_EMAILMECHECK,