Changeset 237 in ntrip


Ignore:
Timestamp:
Oct 10, 2006, 4:49:40 PM (18 years ago)
Author:
weber
Message:

* empty log message *

Location:
trunk/BNC
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncgetthread.cpp

    r229 r237  
    8888   reqStr = "GET " + hlp.path().toAscii() +
    8989            " HTTP/1.0\r\n"
    90             "User-Agent: NTRIP BNC 1.0\r\n"
     90            "User-Agent: NTRIP BNC 1.0b\r\n"
    9191            "Authorization: Basic " +
    9292            userAndPwd.toBase64() + "\r\n\r\n";
     
    9494   reqStr = "GET " + hlp.toEncoded() +
    9595            " HTTP/1.0\r\n"
    96             "User-Agent: NTRIP BNC 1.0\r\n"
     96            "User-Agent: NTRIP BNC 1.0b\r\n"
    9797            "Authorization: Basic " +
    9898            userAndPwd.toBase64() + "\r\n\r\n";
  • trunk/BNC/bnchelp.html

    r236 r237  
    3838<ul>
    3939<li>RTCM Version 2.x format containing message types 18 and 19 (GPS and GLONASS), </li>
    40 <li>RTCM Version 3 format containing message types 1001, 1002, 1003, 1004, 1009, 1010, 1011, and 1012 (GPS and GLONASS),</li>
     40<li>RTCM Version 3 format containing message types 1001, 1002, 1003, 1004 (GPS), and 1009, 1010, 1011, 1012 (GLONASS),</li>
    4141<li>RTIGS format (only GPS).</li>
    4242</ul>
  • trunk/BNC/bnchlpdlg.cpp

    r177 r237  
    2727
    2828  bncHtml* _tb = new bncHtml;
     29  setWindowTitle("Help Contents");
    2930  _tb->setSource(url);
    3031  _tb->setReadOnly(true);
  • trunk/BNC/bnctabledlg.cpp

    r201 r237  
    2424
    2525  setMinimumSize(600,400);
     26  setWindowTitle(tr("Add Mountpoints"));
    2627
    2728  QVBoxLayout* mainLayout = new QVBoxLayout(this);
  • trunk/BNC/bncwindow.cpp

    r233 r237  
    3636
    3737  setMinimumSize(60*ww, 80*ww);
     38  setWindowTitle(tr("BKG Ntrip Client (BNC), Version 1.0b"));
    3839
    3940  // Create Actions
Note: See TracChangeset for help on using the changeset viewer.