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


Ignore:
Timestamp:
Feb 13, 2018, 7:48:31 AM (6 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r8172 r8280  
    26842684        QComboBox* system = new QComboBox();
    26852685        system->setEditable(false);
    2686         system->addItems(QString(",IGS14,ETRF2000,NAD83,GDA94,SIRGAS95,SIRGAS2000,DREF91,Custom").split(","));
     2686        system->addItems(QString(",IGS14,ETRF2000,NAD83,GDA2020,SIRGAS2000,DREF91,Custom").split(","));
    26872687        system->setFrame(false);
    26882688        system->setCurrentIndex(system->findText(hlp[iCol]));
Note: See TracChangeset for help on using the changeset viewer.