Added "Preferences" menu item

This commit is contained in:
2015-06-18 13:56:08 +03:00
parent 83efb62a9f
commit 32e5770be9
7 changed files with 30 additions and 3 deletions

View File

@@ -45,6 +45,7 @@ public:
void onExitClick( wxCloseEvent& event ) { event.Skip(); }
void onOpenGridClick( wxCommandEvent& event );
void onGenerateClick( wxCommandEvent& event );
void onPreferencesClick( wxCommandEvent& event );
void onExportClick( wxCommandEvent& event );
void onExitClick( wxCommandEvent& event ) { event.Skip(); }
void onAboutClick( wxCommandEvent& event ) {