Changeset 2011 in ntrip for trunk/BNC/bncapp.cpp


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncapp.cpp

    r2001 r2011  
    4848#include "bncrinex.h"
    4949#include "bncsettings.h"
     50#include "bncversion.h"
    5051
    5152using namespace std;
     
    7071  QApplication(argc, argv, GUIenabled) {
    7172
    72   _bncVersion  = "BNC 1.7";
    73 
    7473  _logFileFlag = 0;
    7574  _logFile     = 0;
     
    102101  _socketsCorr = 0;
    103102
    104   _pgmName  = _bncVersion.leftJustified(20, ' ', true);
     103  _pgmName  = QString(BNCPGMNAME).leftJustified(20, ' ', true);
    105104#ifdef WIN32
    106105  _userName = QString("${USERNAME}");
Note: See TracChangeset for help on using the changeset viewer.