Changeset 354 in ntrip for trunk/BNC/bncwindow.cpp
- Timestamp:
- Dec 17, 2006, 4:55:47 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncwindow.cpp
r335 r354 61 61 62 62 setMinimumSize(60*ww, 60*ww); 63 setWindowTitle(tr("BKG Ntrip Client (BNC), Version 1. 0b"));63 setWindowTitle(tr("BKG Ntrip Client (BNC), Version 1.1b")); 64 64 65 65 // Create Actions … … 515 515 img->setPixmap(QPixmap(":ntrip-logo.png")); 516 516 dlgLayout->addWidget(img, 0,0); 517 dlgLayout->addWidget(new QLabel("BKG NTRIP Client (BNC), Version 1. 0b"), 0,1);517 dlgLayout->addWidget(new QLabel("BKG NTRIP Client (BNC), Version 1.1b"), 0,1); 518 518 dlgLayout->addWidget(tb,1,0,1,2); 519 519
Note:
See TracChangeset
for help on using the changeset viewer.