Index: trunk/BNC/src/combination/bnccomb.cpp
===================================================================
--- trunk/BNC/src/combination/bnccomb.cpp	(revision 6173)
+++ trunk/BNC/src/combination/bnccomb.cpp	(revision 6174)
@@ -180,5 +180,5 @@
   // Use Glonass
   // -----------
-  if ( Qt::CheckState(settings.value("").toInt()) == Qt::Checked) {
+  if ( Qt::CheckState(settings.value("cmbUseGlonass").toInt()) == Qt::Checked) {
     _useGlonass = true;
   }
@@ -233,5 +233,5 @@
   // ----------
   _antex = 0;
-  QString antexFileName = settings.value("pppAntex").toString();
+  QString antexFileName = settings.value("cmbAntexFile").toString();
   if (!antexFileName.isEmpty()) {
     _antex = new bncAntex();
