Index: /trunk/BNS/bnsoutf.cpp
===================================================================
--- /trunk/BNS/bnsoutf.cpp	(revision 1056)
+++ /trunk/BNS/bnsoutf.cpp	(revision 1057)
@@ -126,5 +126,5 @@
   }
 
-  _fName = (_prep
+  _fName = (_path + _prep
             + QString("%1").arg(GPSweek)
             + QString("%1").arg(dayOfWeek)
Index: /trunk/BNS/bnswindow.cpp
===================================================================
--- /trunk/BNS/bnswindow.cpp	(revision 1056)
+++ /trunk/BNS/bnswindow.cpp	(revision 1057)
@@ -93,5 +93,5 @@
     QFont newFont;
     if (newFont.fromString(fontString)) {
-      this->setFont(newFont);
+      QApplication::setFont(newFont);
     }
   }
