Frame: Actually call UpdateTitle

This was obviously what I meant to do, but due to a typo, called
SetTitle instead, causing the main game list title to be set instead.
This commit is contained in:
Jasper St. Pierre 2014-08-22 17:28:02 -04:00
parent db039d1440
commit 1e464d1a25
1 changed files with 1 additions and 1 deletions

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: