mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 21:28:51 +00:00
DolphinWX: Changed "OnShow_CheatsWindow" to "OnShowCheatsWindow"
This commit is contained in:
parent
2916aed1f9
commit
2f0e3d239d
3 changed files with 5 additions and 5 deletions
|
@ -1484,7 +1484,7 @@ void CFrame::OnImportSave(wxCommandEvent& WXUNUSED (event))
|
|||
}
|
||||
}
|
||||
|
||||
void CFrame::OnShow_CheatsWindow(wxCommandEvent& WXUNUSED (event))
|
||||
void CFrame::OnShowCheatsWindow(wxCommandEvent& WXUNUSED (event))
|
||||
{
|
||||
if (!g_CheatsWindow)
|
||||
g_CheatsWindow = new wxCheatsWindow(this);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue