Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #855 from magcius/fix-gamelist-title
Frame: Actually call UpdateTitle
  • Loading branch information
lioncash committed Aug 22, 2014
2 parents db039d1 + 1e464d1 commit 624972e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/DolphinWX/Frame.cpp
Expand Up @@ -657,7 +657,7 @@ void CFrame::OnHostMessage(wxCommandEvent& event)
break;

case IDM_UPDATETITLE:
SetTitle(event.GetString());
UpdateTitle(WxStrToStr(event.GetString()));
break;

case IDM_WINDOWSIZEREQUEST:
Expand Down

0 comments on commit 624972e

Please sign in to comment.