File tree Expand file tree Collapse file tree
src/ExceptionReporter/MVP/Views Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -83,10 +83,11 @@ private void PopulateReportInfo(ExceptionReportInfo reportInfo)
8383 Text = reportInfo . TitleText ;
8484 txtUserExplanation . Font = new Font ( txtUserExplanation . Font . FontFamily , reportInfo . UserExplanationFontSize ) ;
8585 lblContactCompany . Text = string . Format ( "If this problem persists, please contact {0} support." , reportInfo . CompanyName ) ;
86- btnSimpleEmail . Text = btnEmail . Text =
86+ btnSimpleEmail . Text =
8787 string . Format ( "{0} {1}" ,
8888 reportInfo . SendMethod == ReportSendMethod . WebService ? "Send" : "Email" ,
8989 reportInfo . SendMethod == ReportSendMethod . WebService && ! reportInfo . CompanyName . IsEmpty ( ) ? "to " + reportInfo . CompanyName : reportInfo . CompanyName ) ;
90+ btnEmail . Text = reportInfo . SendMethod == ReportSendMethod . WebService ? "Send" : "Email" ;
9091 }
9192
9293 private void RemoveEmailButton ( )
You can’t perform that action at this time.
0 commit comments