Changeset 9158 in ntrip for trunk/BNC/src/reqcdlg.cpp


Ignore:
Timestamp:
Oct 1, 2020, 3:19:04 PM (4 years ago)
Author:
stuerze
Message:

the default RINEX version in BNC is changed from version 2 to verision 3

File:
1 edited

Legend:

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

    r8637 r9158  
    9595
    9696  _reqcRnxVersion->setEditable(false);
    97   _reqcRnxVersion->addItems(QString("2,3").split(","));
     97  _reqcRnxVersion->addItems(QString("3,2").split(","));
    9898  _reqcRnxVersion->setMaximumWidth(7*ww);
    9999
Note: See TracChangeset for help on using the changeset viewer.