Changeset 1057 in ntrip


Ignore:
Timestamp:
Aug 26, 2008, 5:00:10 PM (16 years ago)
Author:
mervart
Message:

* empty log message *

Location:
trunk/BNS
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/bnsoutf.cpp

    r982 r1057  
    126126  }
    127127
    128   _fName = (_prep
     128  _fName = (_path + _prep
    129129            + QString("%1").arg(GPSweek)
    130130            + QString("%1").arg(dayOfWeek)
  • trunk/BNS/bnswindow.cpp

    r1015 r1057  
    9393    QFont newFont;
    9494    if (newFont.fromString(fontString)) {
    95       this->setFont(newFont);
     95      QApplication::setFont(newFont);
    9696    }
    9797  }
Note: See TracChangeset for help on using the changeset viewer.