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