Changeset 3827 in ntrip


Ignore:
Timestamp:
Apr 11, 2012, 11:14:54 AM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncwindow.cpp

    r3826 r3827  
    17001700  settings.setValue("uploadEphSample",    _uploadEphSampleSpinBox->value());
    17011701
    1702   settings.setValue("postObsFile", _postObsFileChooser->fileName());
    1703   settings.setValue("postNavFile", _postNavFileChooser->fileName());
     1702  settings.setValue("postObsFile",  _postObsFileChooser->fileName());
     1703  settings.setValue("postNavFile",  _postNavFileChooser->fileName());
    17041704  settings.setValue("postCorrFile", _postCorrFileChooser->fileName());
    1705   settings.setValue("postOutFile", _postOutLineEdit->text());
    1706 
    1707   settings.setValue("teqcObsFile", _teqcObsFileChooser->fileName());
    1708   settings.setValue("teqcNavFile", _teqcNavFileChooser->fileName());
     1705  settings.setValue("postOutFile",  _postOutLineEdit->text());
     1706
     1707  settings.setValue("teqcAction",     _teqcActionComboBox->currentText());
     1708  settings.setValue("teqcObsFile",    _teqcObsFileChooser->fileName());
     1709  settings.setValue("teqcNavFile",    _teqcNavFileChooser->fileName());
    17091710  settings.setValue("teqcOutObsFile", _teqcOutObsLineEdit->text());
    17101711  settings.setValue("teqcOutNavFile", _teqcOutNavLineEdit->text());
Note: See TracChangeset for help on using the changeset viewer.