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