Changeset 5341 in ntrip
- Timestamp:
- Aug 19, 2013, 3:52:09 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncwindow.cpp
r5304 r5341 2699 2699 QComboBox* system = new QComboBox(); 2700 2700 system->setEditable(false); 2701 system->addItems(QString(",IGS08,ETRF2000,NAD83,GDA94,SIRGAS95,SIRGAS2000, Custom").split(","));2701 system->addItems(QString(",IGS08,ETRF2000,NAD83,GDA94,SIRGAS95,SIRGAS2000,DREF91,Custom").split(",")); 2702 2702 system->setFrame(false); 2703 2703 _uploadTable->setCellWidget(iRow, iCol, system);
Note:
See TracChangeset
for help on using the changeset viewer.