* Change system dialog invoked when saving logbook to
    system save-as vice save.
pull/4/head
David Freese 2016-02-16 04:13:53 -06:00
rodzic 1c8e0e95cd
commit 5b2edad9fa
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -310,7 +310,7 @@ void cb_mnuSaveLogbook(Fl_Menu_*m, void* d) {
std::string deffilename = LogsDir;
deffilename.append(fl_filename_name(logbook_filename.c_str()));
const char* p = FSEL::select( title.c_str(), filter.c_str(), deffilename.c_str());
const char* p = FSEL::saveas( title.c_str(), filter.c_str(), deffilename.c_str());
if (p) {
logbook_filename = p;