Changeset 3067 in ntrip
- Timestamp:
- Mar 4, 2011, 3:56:18 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncwindow.cpp
r3066 r3067 1375 1375 1376 1376 QDir cmbOutDir(settings.value("cmbOutPath").toString()); 1377 if (!cmbOutDir.exists()) ((bncApp*)qApp)->slotMessage("Cannot find directory for combination results in ASCII format", true);1377 if (!cmbOutDir.exists()) ((bncApp*)qApp)->slotMessage("Cannot find directory for saving combination results in ASCII format", true); 1378 1378 1379 1379 QDir cmbSP3dir(settings.value("cmbSP3Path").toString()); 1380 if (!cmbSP3dir.exists()) ((bncApp*)qApp)->slotMessage("Cannot find directory for combination results in SP3 format", true);1380 if (!cmbSP3dir.exists()) ((bncApp*)qApp)->slotMessage("Cannot find directory for saving combination results in SP3 format", true); 1381 1381 1382 1382 _caster->slotReadMountPoints();
Note:
See TracChangeset
for help on using the changeset viewer.