mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-15 08:31:57 -05:00
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:
parent
179e093262
commit
8fce78473f
@ -76,7 +76,7 @@ void ExportCabrillo::save_log ()
|
||||
auto fname = QFileDialog::getSaveFileName (this
|
||||
, tr ("Save Log File")
|
||||
, configuration_->writeable_data_dir ().absolutePath ()
|
||||
, tr ("Cabrillo Log (*.log)"));
|
||||
, tr ("Cabrillo Log (*.cbr)"));
|
||||
if (fname.size ())
|
||||
{
|
||||
QFile f {fname};
|
||||
|
Loading…
Reference in New Issue
Block a user