1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-06-27 11:39:16 +02:00

A better option name

This commit is contained in:
2019-11-13 09:13:05 +01:00
parent 3573a2edbe
commit f4ec9b6ac4
14 changed files with 58 additions and 58 deletions

View File

@ -350,7 +350,7 @@ QWidget *OptionsDialog::createDataPage()
_automaticPause = new QRadioButton(tr("Automatic"));
_manualPause = new QRadioButton(tr("User defined"));
_manualPause = new QRadioButton(tr("Custom"));
if (_options->automaticPause)
_automaticPause->setChecked(true);
else