Changeset 4655 in ntrip


Ignore:
Timestamp:
Sep 6, 2012, 4:38:33 PM (12 years ago)
Author:
weber
Message:

Online Help completed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncwindow.cpp

    r4649 r4655  
    13151315  _uploadEphBytesCounter->setWhatsThis(tr("BNC shows the amount of data uploaded through this stream."));
    13161316
     1317  _actDeleteMountPoints->setWhatsThis(tr("<p>Delete stream(s) from selection presented in the 'Streams' canvas.</p>"));
     1318  _actAddMountPoints->setWhatsThis(tr("<p>Add stream(s) to selection presented in the 'Streams' canvas.</p>"));
     1319  _actMap->setWhatsThis(tr("<p> Draw distribution map of stream selection presented in the 'Streams' canvas.</p>"));
     1320  _actStart->setWhatsThis(tr("<p> Start running BNC.</p>"));
     1321  _actStop->setWhatsThis(tr("<p> Stop running BNC.</p>"));
     1322// Weber
     1323
    13171324  // Enable/Disable all Widgets
    13181325  // --------------------------
Note: See TracChangeset for help on using the changeset viewer.