Switch to .cbr as the default Cabrillo file extension

Should help to avoid accidents with  other .log extension files in the
WSJT-X log files directory.
This commit is contained in:
Bill Somerville 2018-11-20 23:47:29 +00:00
parent 179e093262
commit 8fce78473f

View File

@ -76,7 +76,7 @@ void ExportCabrillo::save_log ()
auto fname = QFileDialog::getSaveFileName (this auto fname = QFileDialog::getSaveFileName (this
, tr ("Save Log File") , tr ("Save Log File")
, configuration_->writeable_data_dir ().absolutePath () , configuration_->writeable_data_dir ().absolutePath ()
, tr ("Cabrillo Log (*.log)")); , tr ("Cabrillo Log (*.cbr)"));
if (fname.size ()) if (fname.size ())
{ {
QFile f {fname}; QFile f {fname};