- Timestamp:
- Oct 20, 2006, 11:37:39 AM (18 years ago)
- Location:
- trunk/BNC
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncapp.cpp
r243 r261 34 34 _logStream = 0; 35 35 36 _bncVersion = "BNC 1.0 ";36 _bncVersion = "BNC 1.0b"; 37 37 } 38 38 -
trunk/BNC/bnchelp.html
r237 r261 58 58 B - 5.4. <a href=#rnxsample>RINEX Sampling</a><br> 59 59 B - 5.5. <a href=#rnxskeleton>RINEX Skeleton Extension</a><br> 60 B - 5.6. <a href=#rnxappend>Append Files</a><br> 60 61 B - 6. <a href=#mountpoints>Mountpoints</a><br> 61 62 B - 6.1. <a href=#AddMounts>Add Mountpoints</a><br> … … 233 234 <p> 234 235 236 <a name="rnxappend"> 237 <p><h4>B - 5.6 Append Files</h4></p> 238 <p> 239 When starting BNC, new RINEX files are created by default. Probably existing files are overwritten. However, it may be desirable to append observations to already existing RINEX files following a restart of BNC after an intentional 'Stop', a system crash, or a crash BNC. Hit 'Append files' to continue with alread existing files and thus save what has been recorded so far. 240 </p> 241 235 242 <a name="mountpoints"> 236 243 <p><h4>B - 6. Mountpoints</h4></p> -
trunk/BNC/bncwindow.cpp
r259 r261 46 46 connect(_actAbout, SIGNAL(triggered()), SLOT(slotAbout())); 47 47 48 _actFontSel = new QAction(tr("Select &Font s"),this);48 _actFontSel = new QAction(tr("Select &Font"),this); 49 49 connect(_actFontSel, SIGNAL(triggered()), SLOT(slotFontSel())); 50 50
Note:
See TracChangeset
for help on using the changeset viewer.