stable: mark as "2.0 RC1"

git-svn-id: https://dolphin-emu.googlecode.com/svn/branches/stable@5167 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Shawn Hoffman
2010-03-07 19:13:44 +00:00
parent d42a27937d
commit fc74ce36c6
7 changed files with 9 additions and 8 deletions

View File

@ -117,7 +117,7 @@ unsigned int Callback_PeekMessages()
void UpdateFPSDisplay(const char *text)
{
char temp[512];
sprintf(temp, "SVN R%s: SW: %s", SVN_REV_STR, text);
sprintf(temp, "%s: SW: %s", SVN_REV_STR, text);
OpenGL_SetWindowText(temp);
}
// =========================