Merge pull request #855 from magcius/fix-gamelist-title

Frame: Actually call UpdateTitle
This commit is contained in:
Lioncash 2014-08-22 17:48:56 -04:00
commit 624972e37c

View File

@ -657,7 +657,7 @@ void CFrame::OnHostMessage(wxCommandEvent& event)
break;
case IDM_UPDATETITLE:
SetTitle(event.GetString());
UpdateTitle(WxStrToStr(event.GetString()));
break;
case IDM_WINDOWSIZEREQUEST: