Changeset 7667 in ntrip for trunk


Ignore:
Timestamp:
Jan 11, 2016, 3:09:59 PM (8 years ago)
Author:
weber
Message:

Documentation completed

File:
1 edited

Legend:

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

    r6774 r7667  
    8484
    8585  _buttonWhatsThis = new QPushButton(tr("Help=Shift+F1"), this);
    86   _buttonWhatsThis->setMaximumWidth(14*ww); // weber
     86  _buttonWhatsThis->setMaximumWidth(14*ww);
    8787  connect(_buttonWhatsThis, SIGNAL(clicked()), this, SLOT(slotWhatsThis()));
    8888
     
    9898  mainLayout->addLayout(buttonLayout);
    9999
    100   // WhatsThis
    101   // ---------
     100  // WhatsThis, Map
     101  // --------------
    102102  _buttonClose->setWhatsThis(tr("<p>Close window.</p>"));
    103103  _buttonPrint->setWhatsThis(tr("<p>Print stream distribution map.</p>"));
Note: See TracChangeset for help on using the changeset viewer.