Changeset 5342 in ntrip for trunk/BNC/src/bncwindow.cpp


Ignore:
Timestamp:
Aug 19, 2013, 3:53:02 PM (11 years ago)
Author:
weber
Message:

Transformation DREF91 added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncwindow.cpp

    r5341 r5342  
    27792779        QComboBox* system = new QComboBox();
    27802780        system->setEditable(false);
    2781         system->addItems(QString(",IGS08,ETRF2000,NAD83,GDA94,SIRGAS95,SIRGAS2000,Custom").split(","));
     2781        system->addItems(QString(",IGS08,ETRF2000,NAD83,GDA94,SIRGAS95,SIRGAS2000,DREF91,Custom").split(","));
    27822782        system->setFrame(false);
    27832783        system->setCurrentIndex(system->findText(hlp[iCol]));
Note: See TracChangeset for help on using the changeset viewer.