Change Main Dialog Ok Button to Close

This commit is contained in:
Julian Löhr
2016-08-15 21:18:58 +02:00
parent 4c9c456846
commit 5608815cc8
2 changed files with 4 additions and 4 deletions

View File

@ -38,7 +38,7 @@ public:
private:
void CreateGUIControls();
void OnClose(wxCloseEvent& event);
void OnOk(wxCommandEvent& event);
void OnCloseButton(wxCommandEvent& event);
void OnSetRefreshGameListOnClose(wxCommandEvent& event);
wxNotebook* Notebook;