Changeset 2012 in ntrip for trunk/BNC/bncrinex.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/bncrinex.cpp

    r1876 r2012  
    5656#include "bncnetqueryv2.h"
    5757#include "bncsettings.h"
     58#include "bncversion.h"
    5859#include "RTCM3/rtcm3torinex.h"
    5960
     
    8384  expandEnvVar(_rnxScriptName);
    8485
    85   _pgmName  = ((bncApp*)qApp)->bncVersion().leftJustified(20, ' ', true);
     86  _pgmName  = QString(BNCPGMNAME).leftJustified(20, ' ', true);
    8687#ifdef WIN32
    8788  _userName = QString("${USERNAME}");
Note: See TracChangeset for help on using the changeset viewer.