Changeset 7884 in ntrip for trunk/BNC/src/bncwindow.cpp


Ignore:
Timestamp:
Apr 21, 2016, 12:12:14 PM (8 years ago)
Author:
stuerze
Message:

BNC's release number is now part of variable BNCVERSION

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncwindow.cpp

    r7864 r7884  
    20422042           this, SLOT(slotMountPointsRead(QList<bncGetThread*>)));
    20432043
    2044   BNC_CORE->slotMessage("========== Start BNC v" BNCVERSION BNCRELEASE" ("BNC_OS") ==========", true);
     2044  BNC_CORE->slotMessage("========== Start BNC v" BNCVERSION" ("BNC_OS") ==========", true);
    20452045
    20462046  bncSettings settings;
     
    22842284  img->setPixmap(QPixmap(":ntrip-logo.png"));
    22852285  dlgLayout->addWidget(img, 0,0);
    2286   dlgLayout->addWidget(new QLabel("BKG Ntrip Client (BNC) Version "BNCVERSION BNCRELEASE), 0,1);
     2286  dlgLayout->addWidget(new QLabel("BKG Ntrip Client (BNC) Version "BNCVERSION), 0,1);
    22872287  dlgLayout->addWidget(tb,1,0,1,2);
    22882288  dlgLayout->addWidget(_closeButton,2,1,Qt::AlignRight);
Note: See TracChangeset for help on using the changeset viewer.