From c56a27a3d22ca319d2225da8b3f3e8e132706bee Mon Sep 17 00:00:00 2001 From: Sonicadvance1 Date: Sat, 23 Aug 2008 07:50:27 +0000 Subject: [PATCH] Forgot to put GL in the Windows Title bar as well git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@276 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Plugins/Plugin_VideoOGL/Src/GLInit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Plugins/Plugin_VideoOGL/Src/GLInit.cpp b/Source/Plugins/Plugin_VideoOGL/Src/GLInit.cpp index e2e4a21c03..c999f6d4c4 100644 --- a/Source/Plugins/Plugin_VideoOGL/Src/GLInit.cpp +++ b/Source/Plugins/Plugin_VideoOGL/Src/GLInit.cpp @@ -98,7 +98,7 @@ void UpdateFPSDisplay(const char *text) { #if defined(_WIN32) char temp[512]; - sprintf(temp, "SVN R%i: %s", SVN_REV, text); + sprintf(temp, "SVN R%i: GL: %s", SVN_REV, text); SetWindowText(EmuWindow::GetWnd(), temp); OpenGL_SetWindowText(temp); #else