Change Main Dialog Ok Button to Close

This commit is contained in:
Julian Löhr 2016-08-15 21:18:58 +02:00
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;