Changeset 8120 in ntrip for branches/BNC_2.12/src/bncwindow.cpp
- Timestamp:
- Apr 28, 2017, 6:21:22 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/BNC_2.12/src/bncwindow.cpp
r8101 r8120 187 187 _onTheFlyComboBox = new QComboBox(); 188 188 _onTheFlyComboBox->setEditable(false); 189 _onTheFlyComboBox->addItems(QString(" 1 day,1 hour,5 min,1 min").split(","));189 _onTheFlyComboBox->addItems(QString("no, 1 day,1 hour,5 min,1 min").split(",")); 190 190 int ii = _onTheFlyComboBox->findText(settings.value("onTheFlyInterval").toString()); 191 191 if (ii != -1) {
Note:
See TracChangeset
for help on using the changeset viewer.