Changeset 476 in ntrip for trunk/BNC/bncwindow.cpp


Ignore:
Timestamp:
Jul 13, 2007, 10:43:54 AM (17 years ago)
Author:
weber
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncwindow.cpp

    r464 r476  
    6060  setMinimumSize(77*ww, 65*ww);
    6161
    62   setWindowTitle(tr("BKG Ntrip Client (BNC), Version 1.3"));
     62  setWindowTitle(tr("BKG Ntrip Client (BNC), Version 1.4"));
    6363
    6464  // Create Actions
     
    577577  img->setPixmap(QPixmap(":ntrip-logo.png"));
    578578  dlgLayout->addWidget(img, 0,0);
    579   dlgLayout->addWidget(new QLabel("BKG NTRIP Client (BNC), Version 1.3"), 0,1);
     579  dlgLayout->addWidget(new QLabel("BKG NTRIP Client (BNC), Version 1.4"), 0,1);
    580580  dlgLayout->addWidget(tb,1,0,1,2);
    581581
Note: See TracChangeset for help on using the changeset viewer.