Changeset 1538 in ntrip for trunk/BNC/bncmain.cpp


Ignore:
Timestamp:
Jan 25, 2009, 9:39:53 AM (15 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncmain.cpp

    r1537 r1538  
    120120  }
    121121
    122   QCoreApplication::setOrganizationName("BKG");
    123   QCoreApplication::setOrganizationDomain("www.bkg.bund.de");
    124   if (!confFileName.isEmpty()) {
    125     QCoreApplication::setApplicationName(confFileName);
    126   } else {
    127     QCoreApplication::setApplicationName("BNC");
    128   }
     122  bncApp app(argc, argv, GUIenabled);
    129123
    130   bncApp app(argc, argv, GUIenabled);
     124  app.setApplicationName("BNC");
     125  app.setOrganizationName("BKG");
     126  app.setOrganizationDomain("www.bkg.bund.de");
     127  app.setConfFileName( confFileName );
    131128
    132129  bncSettings settings;
Note: See TracChangeset for help on using the changeset viewer.