From a4a61ae95c2184a2de49c00829c56c3a16c6adf2 Mon Sep 17 00:00:00 2001 From: Soren Jorvang Date: Thu, 8 Jul 2010 15:56:09 +0000 Subject: [PATCH] Restore a line deleted by accident. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5854 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Plugins/Plugin_VideoDX9/Src/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Plugins/Plugin_VideoDX9/Src/main.cpp b/Source/Plugins/Plugin_VideoDX9/Src/main.cpp index 711e21a351..04a1730b1c 100644 --- a/Source/Plugins/Plugin_VideoDX9/Src/main.cpp +++ b/Source/Plugins/Plugin_VideoDX9/Src/main.cpp @@ -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)