Index: trunk/BNC/src/combination/bncbiassnx.cpp
===================================================================
--- trunk/BNC/src/combination/bncbiassnx.cpp	(revision 10612)
+++ trunk/BNC/src/combination/bncbiassnx.cpp	(revision 10619)
@@ -56,5 +56,5 @@
   _useGnss['J'] = (Qt::CheckState(settings.value("cmbQzss").toInt()) == Qt::Checked) ? true : false;
   _useGnss['S'] = (Qt::CheckState(settings.value("cmbSbas").toInt()) == Qt::Checked) ? true : false;
-  _useGnss['I'] = (Qt::CheckState(settings.value("cmbIrnss").toInt()) == Qt::Checked) ? true : false;
+  _useGnss['I'] = (Qt::CheckState(settings.value("cmbNavic").toInt()) == Qt::Checked) ? true : false;
 }
 
Index: trunk/BNC/src/combination/bnccomb.cpp
===================================================================
--- trunk/BNC/src/combination/bnccomb.cpp	(revision 10612)
+++ trunk/BNC/src/combination/bnccomb.cpp	(revision 10619)
@@ -162,7 +162,7 @@
     _masterMissingEpochs['S'] = 0;
   }
-  _useIrnss = (Qt::CheckState(settings.value("cmbIrnss").toInt()) == Qt::Checked) ? true : false;
-  if (_useIrnss) {
-    _cmbSysPrn['I'] = t_prn::MAXPRN_IRNSS;
+  _useNavic = (Qt::CheckState(settings.value("cmbNavic").toInt()) == Qt::Checked) ? true : false;
+  if (_useNavic) {
+    _cmbSysPrn['I'] = t_prn::MAXPRN_NavIC;
     _masterMissingEpochs['I'] = 0;
   }
Index: trunk/BNC/src/combination/bnccomb.h
===================================================================
--- trunk/BNC/src/combination/bnccomb.h	(revision 10612)
+++ trunk/BNC/src/combination/bnccomb.h	(revision 10619)
@@ -282,5 +282,5 @@
   bool                                       _useQzss;
   bool                                       _useSbas;
-  bool                                       _useIrnss;
+  bool                                       _useNavic;
   bool                                       _running;
 };
