From 1a070c7a0ca04f6da10ffbb184da183b71263056 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 24 Jan 2006 21:15:35 +0000 Subject: [PATCH] fix comment --- stepmania/src/arch/LowLevelWindow/LowLevelWindow_Win32.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/arch/LowLevelWindow/LowLevelWindow_Win32.cpp b/stepmania/src/arch/LowLevelWindow/LowLevelWindow_Win32.cpp index 558bc21977..c98d99663e 100644 --- a/stepmania/src/arch/LowLevelWindow/LowLevelWindow_Win32.cpp +++ b/stepmania/src/arch/LowLevelWindow/LowLevelWindow_Win32.cpp @@ -172,7 +172,7 @@ RString LowLevelWindow_Win32::TryVideoMode( const VideoModeParams &p, bool &bNew * not allowed to do so, destroy the window and make a new one. * * For some reason, if we destroy the old window before creating the new one, - * the "fullscreen apps go under the taskbar" glitch will happen when we quit. + * the "maximized apps go under the taskbar" glitch will happen when we quit. * We have to create the new window first. */ LOG->Trace( "Mode requires new pixel format, and we've already set one; resetting OpenGL context" );