From 6581d660073c10352afe77b8b68ffb2a74ced914 Mon Sep 17 00:00:00 2001 From: the_fiddler Date: Thu, 20 Aug 2009 22:16:11 +0000 Subject: [PATCH] Suppressed "Example Browser not ready" message box. --- Source/Examples/ExampleBrowser.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Examples/ExampleBrowser.cs b/Source/Examples/ExampleBrowser.cs index bf9640c8..caabf7de 100644 --- a/Source/Examples/ExampleBrowser.cs +++ b/Source/Examples/ExampleBrowser.cs @@ -85,8 +85,8 @@ namespace Examples { if (show_warning) { - 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); + //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); show_warning = false; } }