Changeset 1015 in ntrip for trunk/BNS/bnswindow.cpp


Ignore:
Timestamp:
Aug 1, 2008, 8:31:45 PM (16 years ago)
Author:
weber
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/bnswindow.cpp

    r1014 r1015  
    4242  img->setPixmap(QPixmap(":ntrip-logo.png"));
    4343  dlgLayout->addWidget(img, 0,0);
    44   dlgLayout->addWidget(new QLabel("BKG Ntrip Server (BNS) Version 1.0"), 0,1);
     44  dlgLayout->addWidget(new QLabel("BKG Ntrip State Space Server (BNS) Version 1.0"), 0,1);
    4545  dlgLayout->addWidget(tb,1,0,1,2);
    4646  dlgLayout->addWidget(_closeButton,2,1,Qt::AlignRight); 
     
    9999  int ww = QFontMetrics(this->font()).width('w');
    100100  setMinimumSize(77*ww, 65*ww);
    101   setWindowTitle(tr("BKG Ntrip Server (BNS) Version 1.0"));
     101  setWindowTitle(tr("BKG Ntrip State Space Server (BNS) Version 1.0"));
    102102  setWindowIcon(QPixmap(":ntrip-logo.png"));
    103103
Note: See TracChangeset for help on using the changeset viewer.