Index: trunk/BNC/src/bncwindow.cpp
===================================================================
--- trunk/BNC/src/bncwindow.cpp	(revision 6172)
+++ trunk/BNC/src/bncwindow.cpp	(revision 6173)
@@ -1633,9 +1633,9 @@
     settings.setValue("combineStreams", "");
   }
-  settings.setValue("cmbMethod",    _cmbMethodComboBox->currentText());
-  settings.setValue("cmbMaxres",    _cmbMaxresLineEdit->text());
-  settings.setValue("cmbSampl",     _cmbSamplSpinBox->value());
-  settings.setValue("cmbAntexFile", _cmbAntexFile->fileName());
-  settings.setValue("cmbUseGlonas", _cmbUseGlonass->checkState());
+  settings.setValue("cmbMethod",     _cmbMethodComboBox->currentText());
+  settings.setValue("cmbMaxres",     _cmbMaxresLineEdit->text());
+  settings.setValue("cmbSampl",      _cmbSamplSpinBox->value());
+  settings.setValue("cmbAntexFile",  _cmbAntexFile->fileName());
+  settings.setValue("cmbUseGlonass", _cmbUseGlonass->checkState());
 // Upload Corrections
   if (!uploadMountpointsOut.isEmpty()) {
Index: trunk/BNC/src/combination/bnccomb.cpp
===================================================================
--- trunk/BNC/src/combination/bnccomb.cpp	(revision 6172)
+++ trunk/BNC/src/combination/bnccomb.cpp	(revision 6173)
@@ -180,5 +180,5 @@
   // Use Glonass
   // -----------
-  if ( Qt::CheckState(settings.value("pppGLONASS").toInt()) == Qt::Checked) {
+  if ( Qt::CheckState(settings.value("").toInt()) == Qt::Checked) {
     _useGlonass = true;
   }
