Added "Settings" menu item and dialog

This commit is contained in:
2015-06-18 21:10:19 +03:00
parent 32e5770be9
commit 6a6814fb9f
4 changed files with 499 additions and 10 deletions

View File

@@ -177,7 +177,7 @@ void MainFrame::onExportClick(wxCommandEvent& event) {
wxLogDebug(wxT("Exporting to ") + dlgSave.GetPath() + wxT(" is complete"));
}
void MainFrame::onPreferencesClick( wxCommandEvent& event ){
void MainFrame::onSettingsClick( wxCommandEvent& event ){
}