Changeset 3480 in ntrip


Ignore:
Timestamp:
Oct 15, 2011, 9:16:30 AM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncwindow.cpp

    r3469 r3480  
    486486  _cmbMethodComboBox = new QComboBox();
    487487  _cmbMethodComboBox->setEditable(false);
    488   _cmbMethodComboBox->addItems(QString("Single-Epoch,Filter").split(","));
     488  _cmbMethodComboBox->addItems(QString("Filter,Single-Epoch").split(","));
    489489  int im = _cmbMethodComboBox->findText(settings.value("cmbMethod").toString());
    490490  if (im != -1) {
Note: See TracChangeset for help on using the changeset viewer.