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


Ignore:
Timestamp:
Jul 18, 2018, 2:56:30 PM (6 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r8411 r8424  
    26652665        QComboBox* system = new QComboBox();
    26662666        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(","));
    26682668        system->setFrame(false);
    26692669        system->setCurrentIndex(system->findText(hlp[iCol]));
Note: See TracChangeset for help on using the changeset viewer.