From a4285e8a4387e109d55106c4b9c561d8f3ee2d64 Mon Sep 17 00:00:00 2001 From: Lars Brubaker Date: Mon, 19 Oct 2015 18:33:55 -0700 Subject: [PATCH] don't show test dialog. --- MatterControlApplication.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MatterControlApplication.cs b/MatterControlApplication.cs index 51d2703ec..a79555073 100644 --- a/MatterControlApplication.cs +++ b/MatterControlApplication.cs @@ -575,7 +575,7 @@ namespace MatterHackers.MatterControl UiThread.RunOnIdle(() => { - StyledMessageBox.ShowMessageBox(null, "message that is long and wraps. message that is long and wraps. message that is long and wraps." , "caption", StyledMessageBox.MessageType.YES_NO); + //StyledMessageBox.ShowMessageBox(null, "message that is long and wraps. message that is long and wraps. message that is long and wraps." , "caption", StyledMessageBox.MessageType.YES_NO); // show a dialog to tell the user there is an update }); }