Changeset 8101 in ntrip for branches/BNC_2.12/src/bncwindow.cpp


Ignore:
Timestamp:
Apr 10, 2017, 11:12:15 AM (7 years ago)
Author:
stuerze
Message:

some further updates regarding ITRF2014

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/BNC_2.12/src/bncwindow.cpp

    r8089 r8101  
    26032603      QComboBox* system = new QComboBox();
    26042604      system->setEditable(false);
    2605       system->addItems(QString(",IGS14,ETRF2000,NAD83,GDA94,SIRGAS95,SIRGAS2000,DREF91,Custom").split(","));
     2605      system->addItems(QString("IGS14,ETRF2000,NAD83,GDA2020,SIRGAS2000,DREF91,Custom").split(","));
    26062606      system->setFrame(false);
    26072607      _uploadTable->setCellWidget(iRow, iCol, system);
Note: See TracChangeset for help on using the changeset viewer.