Changeset 3586 in ntrip


Ignore:
Timestamp:
Jan 16, 2012, 6:30:46 PM (12 years ago)
Author:
mervart
Message:
 
Location:
trunk/BNC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncsettings.cpp

    r3366 r3586  
    112112    setValue("uploadMountpointsOut","");
    113113    setValue("uploadIntr",          "1 day");
    114     setValue("uploadSampl",         "0");
     114    setValue("uploadSampl",         "5");
     115    setValue("uploadSamplOrb",      "0");
    115116    setValue("uploadEphHost",       "");
    116117    setValue("uploadEphPort",       "");
  • trunk/BNC/bncwindow.cpp

    r3585 r3586  
    15001500  settings.setValue("uploadIntr",     _uploadIntrComboBox->currentText());
    15011501  settings.setValue("uploadSampl",    _uploadSamplSpinBox->value());
     1502  settings.setValue("uploadSamplOrb", _uploadSamplOrbSpinBox->value());
    15021503
    15031504  settings.setValue("uploadEphHost",      _uploadEphHostLineEdit->text());
Note: See TracChangeset for help on using the changeset viewer.