diff --git a/Source/Core/DolphinWX/Frame.cpp b/Source/Core/DolphinWX/Frame.cpp index 126cb3ea74..190c0947cd 100644 --- a/Source/Core/DolphinWX/Frame.cpp +++ b/Source/Core/DolphinWX/Frame.cpp @@ -657,7 +657,7 @@ void CFrame::OnHostMessage(wxCommandEvent& event) break; case IDM_UPDATETITLE: - SetTitle(event.GetString()); + UpdateTitle(WxStrToStr(event.GetString())); break; case IDM_WINDOWSIZEREQUEST: