- Timestamp:
- Jan 30, 2011, 10:56:56 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncwindow.cpp
r2909 r2937 1331 1331 QFile advisefile(settings.value("adviseScript").toString()); 1332 1332 if (!advisefile.exists()) ((bncApp*)qApp)->slotMessage("Cannot find Outages script", true); 1333 } 1334 1335 QString ant_file = settings.value("pppAntex").toString(); 1336 if ( !ant_file.isEmpty() ) { 1337 QFile anxfile(settings.value("pppAntex").toString()); 1338 if (!anxfile.exists()) ((bncApp*)qApp)->slotMessage("Cannot find IGS ANTEX file", true); 1333 1339 } 1334 1340
Note:
See TracChangeset
for help on using the changeset viewer.