Restore a line deleted by accident.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5854 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Soren Jorvang 2010-07-08 15:56:09 +00:00
parent 1d535c9e50
commit a4a61ae95c
1 changed files with 1 additions and 0 deletions

View File

@ -163,6 +163,7 @@ void UpdateFPSDisplay(const char *text)
{
TCHAR temp[512];
swprintf_s(temp, 512, _T("SVN R%s: DX9: %hs"), svn_rev_str, text);
SetWindowText(EmuWindow::GetWnd(), temp);
}
void GetDllInfo (PLUGIN_INFO* _PluginInfo)