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


Ignore:
Timestamp:
Nov 25, 2009, 11:55:12 AM (14 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncwindow.cpp

    r2010 r2012  
    5555#include "bncfigure.h"
    5656#include "bncfigurelate.h"
     57#include "bncversion.h"
    5758
    5859using namespace std;
     
    7374  setMinimumSize(85*ww, 65*ww);
    7475
    75   setWindowTitle(tr("BKG Ntrip Client (BNC) Version 1.7"));
     76  setWindowTitle(tr("BKG Ntrip Client (BNC) Version " BNCVERSION));
    7677
    7778  connect((bncApp*)qApp, SIGNAL(newMessage(QByteArray,bool)),
     
    11001101           this, SLOT(slotMountPointsRead(QList<bncGetThread*>)));
    11011102
    1102   ((bncApp*)qApp)->slotMessage("========== Start BNC v1.7 =========", true);
     1103  ((bncApp*)qApp)->slotMessage("========== Start BNC v" BNCVERSION " =========", true);
    11031104
    11041105  bncSettings settings;
     
    13181319  img->setPixmap(QPixmap(":ntrip-logo.png"));
    13191320  dlgLayout->addWidget(img, 0,0);
    1320   dlgLayout->addWidget(new QLabel("BKG Ntrip Client (BNC) Version 1.7"), 0,1);
     1321  dlgLayout->addWidget(new QLabel("BKG Ntrip Client (BNC) Version "BNCVERSION), 0,1);
    13211322  dlgLayout->addWidget(tb,1,0,1,2);
    13221323  dlgLayout->addWidget(_closeButton,2,1,Qt::AlignRight); 
Note: See TracChangeset for help on using the changeset viewer.