Changeset 476 in ntrip for trunk/BNC/bncwindow.cpp
- Timestamp:
- Jul 13, 2007, 10:43:54 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncwindow.cpp
r464 r476 60 60 setMinimumSize(77*ww, 65*ww); 61 61 62 setWindowTitle(tr("BKG Ntrip Client (BNC), Version 1. 3"));62 setWindowTitle(tr("BKG Ntrip Client (BNC), Version 1.4")); 63 63 64 64 // Create Actions … … 577 577 img->setPixmap(QPixmap(":ntrip-logo.png")); 578 578 dlgLayout->addWidget(img, 0,0); 579 dlgLayout->addWidget(new QLabel("BKG NTRIP Client (BNC), Version 1. 3"), 0,1);579 dlgLayout->addWidget(new QLabel("BKG NTRIP Client (BNC), Version 1.4"), 0,1); 580 580 dlgLayout->addWidget(tb,1,0,1,2); 581 581
Note:
See TracChangeset
for help on using the changeset viewer.