Changeset 8424 in ntrip for branches/BNC_2.12
- Timestamp:
- Jul 18, 2018, 2:56:30 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/BNC_2.12/src/bncwindow.cpp
r8411 r8424 2665 2665 QComboBox* system = new QComboBox(); 2666 2666 system->setEditable(false); 2667 system->addItems(QString(" ,IGS14,ETRF2000,NAD83,GDA2020,SIRGAS2000,DREF91,Custom").split(","));2667 system->addItems(QString("IGS14,ETRF2000,GDA2020,SIRGAS2000,DREF91,Custom").split(",")); 2668 2668 system->setFrame(false); 2669 2669 system->setCurrentIndex(system->findText(hlp[iCol]));
Note:
See TracChangeset
for help on using the changeset viewer.