Index: /trunk/BNC/bncapp.cpp
===================================================================
--- /trunk/BNC/bncapp.cpp	(revision 582)
+++ /trunk/BNC/bncapp.cpp	(revision 583)
@@ -250,5 +250,5 @@
     QDateTime datTim = QDateTime::currentDateTime().toUTC();
 
-    QString ephFileNameGPS = _ephPath + "BNC_" + 
+    QString ephFileNameGPS = _ephPath + "BRDC" + 
                QString("%1").arg(datTim.date().dayOfYear(), 3, 10, QChar('0'));
 
@@ -322,5 +322,5 @@
     }
     else if (_rinexVers == 2) {
-      QString ephFileNameGlonass = _ephPath + "BNC_" +
+      QString ephFileNameGlonass = _ephPath + "BRDC" +
           QString("%1").arg(datTim.date().dayOfYear(), 3, 10, QChar('0')) +
           hlpStr + datTim.toString(".yyG");
