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:
parent
db039d1440
commit
1e464d1a25
|
@ -657,7 +657,7 @@ void CFrame::OnHostMessage(wxCommandEvent& event)
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case IDM_UPDATETITLE:
|
case IDM_UPDATETITLE:
|
||||||
SetTitle(event.GetString());
|
UpdateTitle(WxStrToStr(event.GetString()));
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case IDM_WINDOWSIZEREQUEST:
|
case IDM_WINDOWSIZEREQUEST:
|
||||||
|
|
Loading…
Reference in New Issue