Ignore:
Timestamp:
Sep 14, 2014, 2:00:12 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/combination/bnccomb.cpp

    r6173 r6174  
    180180  // Use Glonass
    181181  // -----------
    182   if ( Qt::CheckState(settings.value("").toInt()) == Qt::Checked) {
     182  if ( Qt::CheckState(settings.value("cmbUseGlonass").toInt()) == Qt::Checked) {
    183183    _useGlonass = true;
    184184  }
     
    233233  // ----------
    234234  _antex = 0;
    235   QString antexFileName = settings.value("pppAntex").toString();
     235  QString antexFileName = settings.value("cmbAntexFile").toString();
    236236  if (!antexFileName.isEmpty()) {
    237237    _antex = new bncAntex();
Note: See TracChangeset for help on using the changeset viewer.