Changeset 4565 in ntrip for trunk/BNC/src/rinex/reqcanalyze.cpp


Ignore:
Timestamp:
Aug 28, 2012, 2:01:14 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/rinex/reqcanalyze.cpp

    r4564 r4565  
    155155    QString dirName = settings.value("reqcPlotDir").toString();
    156156    if (!dirName.isEmpty()) {
    157       graphWin->savePNG(dirName);
     157      QByteArray ext = scaleTitle.isEmpty() ? "_SNR.png" : "_MP.png";
     158      graphWin->savePNG(dirName, ext);
    158159    }
    159160  }
Note: See TracChangeset for help on using the changeset viewer.