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


Ignore:
Timestamp:
Jul 8, 2010, 8:55:38 PM (14 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/bnswindow.cpp

    r2359 r2509  
    2222#include "bnssettings.h"
    2323#include "bnscustomtrafo.h"
     24#include "bnsversion.h"
    2425
    2526using namespace std;
     
    4445  img->setPixmap(QPixmap(":ntrip-logo.png"));
    4546  dlgLayout->addWidget(img, 0,0);
    46   dlgLayout->addWidget(new QLabel("BKG Ntrip State Space Server (BNS) Version 1.1"), 0,1);
     47  dlgLayout->addWidget(new QLabel("BKG Ntrip State Space Server (BNS) Version " BNSVERSION), 0,1);
    4748  dlgLayout->addWidget(tb,1,0,1,2);
    4849  dlgLayout->addWidget(_closeButton,2,1,Qt::AlignRight); 
     
    101102  int ww = QFontMetrics(this->font()).width('w');
    102103  setMinimumSize(77*ww, 65*ww);
    103   setWindowTitle(tr("BKG Ntrip State Space Server (BNS) Version 1.1"));
     104  setWindowTitle(tr("BKG Ntrip State Space Server (BNS) Version " BNSVERSION));
    104105  setWindowIcon(QPixmap(":ntrip-logo.png"));
    105106
Note: See TracChangeset for help on using the changeset viewer.