- Timestamp:
- Apr 4, 2012, 3:25:52 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/pppopt.cpp
r3749 r3772 81 81 corrFileName = settings.value("postcorrFile").toString(); 82 82 83 if (settings.value("pppSPP").toString() == " RNX") {83 if (settings.value("pppSPP").toString() == "Post-Processing") { 84 84 corrSync = 0.0; 85 85 pppCorrMount = ""; … … 91 91 } 92 92 } 93 else if (settings.value("pppSPP").toString() == " PPP") {93 else if (settings.value("pppSPP").toString() == "Realtime-PPP") { 94 94 pppMode = true; 95 95 }
Note:
See TracChangeset
for help on using the changeset viewer.