From ad057fbd98b242f4afeee7556553502dfaf7c92d Mon Sep 17 00:00:00 2001 From: the_fiddler Date: Tue, 15 Jan 2008 00:01:46 +0000 Subject: [PATCH] Slight documentation update. --- Source/Examples/ExampleLauncher.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Examples/ExampleLauncher.cs b/Source/Examples/ExampleLauncher.cs index 0d3b2a2b..89e76560 100644 --- a/Source/Examples/ExampleLauncher.cs +++ b/Source/Examples/ExampleLauncher.cs @@ -165,7 +165,7 @@ namespace Examples { this.Visible = true; this.TopMost = true; // Bring the ExampleLauncher window to front - this.TopMost = false; // but don't allow the user to cover it with other windows. + this.TopMost = false; // but allow the user to cover it with other windows. } } }