Suppressed "Example Browser not ready" message box.

This commit is contained in:
the_fiddler 2009-08-20 22:16:11 +00:00
parent 483ce0e533
commit 6581d66007

View file

@ -85,8 +85,8 @@ namespace Examples
{ {
if (show_warning) if (show_warning)
{ {
MessageBox.Show("The new Sample Browser is not complete. Please report any issues at http://www.opentk.com/project/issues.", //MessageBox.Show("The new Sample Browser is not complete. Please report any issues at http://www.opentk.com/project/issues.",
"Work in Progress", MessageBoxButtons.OK, MessageBoxIcon.Information); // "Work in Progress", MessageBoxButtons.OK, MessageBoxIcon.Information);
show_warning = false; show_warning = false;
} }
} }