Fix wx 2.8 build.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6818 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Soren Jorvang 2011-01-11 16:43:37 +00:00
parent 6de6cf6d46
commit c13ffddea0
1 changed files with 1 additions and 1 deletions

View File

@ -945,7 +945,7 @@ void CFrame::DoStop()
X11Utils::InhibitScreensaver(X11Utils::XDisplayFromHandle(GetHandle()),
X11Utils::XWindowFromHandle(GetHandle()), false);
#endif
m_RenderFrame->SetTitle(svn_rev_str);
m_RenderFrame->SetTitle(wxString::FromAscii(svn_rev_str));
// Destroy the renderer frame when not rendering to main
m_RenderParent->Disconnect(wxID_ANY, wxEVT_SIZE,