DolphinWX: Changed "OnShow_CheatsWindow" to "OnShowCheatsWindow"

This commit is contained in:
Stevoisiak
2015-03-13 15:20:19 -04:00
parent 2916aed1f9
commit 2f0e3d239d
3 changed files with 5 additions and 5 deletions

View File

@ -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);