Changeset 8371 in ntrip for branches/BNC_2.12/src/bncwindow.cpp


Ignore:
Timestamp:
Jun 11, 2018, 11:39:26 AM (6 years ago)
Author:
stuerze
Message:

small bug fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/BNC_2.12/src/bncwindow.cpp

    r8351 r8371  
    18581858  settings.setValue("rnxScript",   _rnxScrpLineEdit->text());
    18591859  settings.setValue("rnxV2Priority",_rnxV2Priority->text());
     1860   settings.setValue("rnxV3",        _rnxV3CheckBox->checkState());
    18601861// RINEX Ephemeris
    18611862  settings.setValue("ephPath",       _ephPathLineEdit->text());
    18621863  settings.setValue("ephIntr",       _ephIntrComboBox->currentText());
    18631864  settings.setValue("ephOutPort",    _ephOutPortLineEdit->text());
     1865   settings.setValue("rnxV3",        _rnxV3CheckBox->checkState());
    18641866// Broadcast Corrections
    18651867  settings.setValue("corrPath",    _corrPathLineEdit->text());
Note: See TracChangeset for help on using the changeset viewer.