mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-18 03:51:31 +02: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