mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 03:54:57 +00:00
Merge pull request #855 from magcius/fix-gamelist-title
Frame: Actually call UpdateTitle
This commit is contained in:
commit
624972e37c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue