Changeset 1292 in ntrip for trunk/BNC/bncwindow.cpp


Ignore:
Timestamp:
Dec 9, 2008, 12:10:22 PM (15 years ago)
Author:
weber
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncwindow.cpp

    r1242 r1292  
    6464  setMinimumSize(80*ww, 65*ww);
    6565
    66   setWindowTitle(tr("BKG Ntrip Client (BNC) Version 1.6"));
     66  setWindowTitle(tr("BKG Ntrip Client (BNC) Version 1.7"));
    6767
    6868  connect((bncApp*)qApp, SIGNAL(newMessage(QByteArray)),
     
    888888  img->setPixmap(QPixmap(":ntrip-logo.png"));
    889889  dlgLayout->addWidget(img, 0,0);
    890   dlgLayout->addWidget(new QLabel("BKG Ntrip Client (BNC) Version 1.6"), 0,1);
     890  dlgLayout->addWidget(new QLabel("BKG Ntrip Client (BNC) Version 1.7"), 0,1);
    891891  dlgLayout->addWidget(tb,1,0,1,2);
    892892  dlgLayout->addWidget(_closeButton,2,1,Qt::AlignRight); 
Note: See TracChangeset for help on using the changeset viewer.