Fix build error
This commit is contained in:
parent
65e5e979b8
commit
885b027ac4
1 changed files with 1 additions and 1 deletions
|
|
@ -1102,7 +1102,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
GuiWidget.BreakInDebugger();
|
||||
string stackTraceNoBackslashRs = e.StackTrace.Replace("\r", "");
|
||||
|
||||
var widget = new ContactFormWidget();
|
||||
var widget = new ContactFormPage();
|
||||
widget.questionInput.Text = "Parse Error while slicing".Localize();
|
||||
widget.detailInput.Text = e.Message + stackTraceNoBackslashRs;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue