Changeset 389 in ntrip for trunk/BNC/bncwindow.cpp
- Timestamp:
- Feb 1, 2007, 4:23:48 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncwindow.cpp
r375 r389 61 61 setMinimumSize(77*ww, 65*ww); 62 62 63 setWindowTitle(tr("BKG Ntrip Client (BNC), Version 1. 1b"));63 setWindowTitle(tr("BKG Ntrip Client (BNC), Version 1.2b")); 64 64 65 65 // Create Actions … … 574 574 img->setPixmap(QPixmap(":ntrip-logo.png")); 575 575 dlgLayout->addWidget(img, 0,0); 576 dlgLayout->addWidget(new QLabel("BKG NTRIP Client (BNC), Version 1. 1b"), 0,1);576 dlgLayout->addWidget(new QLabel("BKG NTRIP Client (BNC), Version 1.2b"), 0,1); 577 577 dlgLayout->addWidget(tb,1,0,1,2); 578 578
Note:
See TracChangeset
for help on using the changeset viewer.