Changeset 120 in ntrip


Ignore:
Timestamp:
Sep 7, 2006, 5:01:30 PM (18 years ago)
Author:
mervart
Message:

* empty log message *

Location:
trunk/BNC
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bnc.pro

    r98 r120  
    44DEFINES += NO_RTCM3_MAIN
    55
    6 HEADERS =             bncgetthread.h    bncwindow.h   bnctabledlg.h   \
     6HEADERS = bnchelp.html bncgetthread.h    bncwindow.h   bnctabledlg.h   \
    77          bnccaster.h bncrinex.h bncapp.h bncutils.h                  \
    88          RTCM/format.h RTCM/GPSDecoder.h RTCM/m_data.h RTCM/RTCM.h   \
  • trunk/BNC/bncwindow.cpp

    r117 r120  
    409409void bncWindow::slotHelp() {
    410410
    411   QString str("<h3>BNC Help</h3>"
    412               "<p>"
    413               "Program bnc can be used in interactive mode or "
    414               "in a non-interactive mode."
    415               "</p>"
    416               "<p>"
    417               "Non-interactive mode is invoked by -nw switch."
    418               "On Unix (Linux) the standard X-window switches "
    419               "like -fn 10x20 work. Program appearance can "
    420               "be changed by e.g. -style motif switch."
    421               "</p>");
     411  QString str(
     412#include "bnchelp.html"
     413              );
    422414
    423415  QTextBrowser* tb = new QTextBrowser;
Note: See TracChangeset for help on using the changeset viewer.