mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-12 14:46:49 +01:00
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…
x
Reference in New Issue
Block a user