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
This commit is contained in:
Sonicadvance1 2008-08-23 07:50:27 +00:00
parent 6e3069f99e
commit c56a27a3d2
1 changed files with 1 additions and 1 deletions

View File

@ -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