From 41eabbf3d6b5b14c5107e4f44a4a7f7074bf123b Mon Sep 17 00:00:00 2001 From: LPFaint99 Date: Sun, 7 Dec 2008 22:40:27 +0000 Subject: [PATCH] Compile fix git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1430 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Plugins/Plugin_VideoOGL/Src/GLUtil.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Plugins/Plugin_VideoOGL/Src/GLUtil.cpp b/Source/Plugins/Plugin_VideoOGL/Src/GLUtil.cpp index f3e94abdb5..ac45f1534f 100644 --- a/Source/Plugins/Plugin_VideoOGL/Src/GLUtil.cpp +++ b/Source/Plugins/Plugin_VideoOGL/Src/GLUtil.cpp @@ -680,8 +680,8 @@ void OpenGL_Shutdown() if (!wglMakeCurrent(NULL,NULL)) // Are We Able To Release The DC And RC Contexts? { // [F|RES]: if this fails i dont see the message box and - cant get out of the modal state - // so i disable it. This function fails only if i render to main window + // cant get out of the modal state so i disable it. + // This function fails only if i render to main window // MessageBox(NULL,"Release Of DC And RC Failed.", "SHUTDOWN ERROR", MB_OK | MB_ICONINFORMATION); }