diff --git a/guilib/src/PreferencesDialog.cpp b/guilib/src/PreferencesDialog.cpp index 8928b4d0..517ae309 100644 --- a/guilib/src/PreferencesDialog.cpp +++ b/guilib/src/PreferencesDialog.cpp @@ -969,7 +969,7 @@ PreferencesDialog::PreferencesDialog(QWidget * parent) : _ui->sgpytorch_matchThreshold->setObjectName(Parameters::kSuperGlueMatchThreshold().c_str()); _ui->sgpytorch_iterations->setObjectName(Parameters::kSuperGlueIterations().c_str()); _ui->checkBox_sgpytorch_cuda->setObjectName(Parameters::kSuperGlueCuda().c_str()); - _ui->checkBox_sgpytorch_indoor->setObjectName(Parameters::kSuperGlueCuda().c_str()); + _ui->checkBox_sgpytorch_indoor->setObjectName(Parameters::kSuperGlueIndoor().c_str()); // GMS _ui->checkBox_gms_withRotation->setObjectName(Parameters::kGMSWithRotation().c_str());