don't show test dialog.

This commit is contained in:
Lars Brubaker 2015-10-19 18:33:55 -07:00
parent 82ef7bc443
commit a4285e8a43

View file

@ -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
});
}