Changeset 6238 in ntrip
- Timestamp:
- Oct 15, 2014, 3:30:00 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncwindow.cpp
r6237 r6238 212 212 _rnxV3CheckBox = new QCheckBox(); 213 213 _rnxV3CheckBox->setCheckState(Qt::CheckState(settings.value("rnxV3").toInt())); 214 QString hlp = settings.value("rnx Skel").toString();214 QString hlp = settings.value("rnxV2Priority").toString(); 215 215 if (hlp.isEmpty()) { 216 216 hlp = "CWPX_?";
Note:
See TracChangeset
for help on using the changeset viewer.