mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 14:19:02 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue