--- src/obdFrame.cpp.orig 2018-09-27 20:41:13.951437832 +0200 +++ src/obdFrame.cpp 2018-09-27 21:36:22.700782228 +0200 @@ -122,7 +122,7 @@ path, filename, filter, - wxFD_SAVE | wxOVERWRITE_PROMPT); + wxFD_SAVE | wxFD_OVERWRITE_PROMPT); // if positive return, save file. if (dialog.ShowModal() == wxID_OK)