mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-12 22:56:52 +01:00
Merge pull request #855 from magcius/fix-gamelist-title
Frame: Actually call UpdateTitle
This commit is contained in:
commit
624972e37c
@ -657,7 +657,7 @@ void CFrame::OnHostMessage(wxCommandEvent& event)
|
||||
break;
|
||||
|
||||
case IDM_UPDATETITLE:
|
||||
SetTitle(event.GetString());
|
||||
UpdateTitle(WxStrToStr(event.GetString()));
|
||||
break;
|
||||
|
||||
case IDM_WINDOWSIZEREQUEST:
|
||||
|
Loading…
x
Reference in New Issue
Block a user