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


Ignore:
Timestamp:
Nov 12, 2007, 11:50:59 AM (16 years ago)
Author:
weber
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncwindow.cpp

    r570 r572  
    6060  setMinimumSize(77*ww, 65*ww);
    6161
    62   setWindowTitle(tr("BKG Ntrip Client (BNC), Version 1.5"));
     62  setWindowTitle(tr("BKG Ntrip Client (BNC) Version 1.5"));
    6363
    6464  // Create Actions
     
    614614  img->setPixmap(QPixmap(":ntrip-logo.png"));
    615615  dlgLayout->addWidget(img, 0,0);
    616   dlgLayout->addWidget(new QLabel("BKG NTRIP Client (BNC), Version 1.5"), 0,1);
     616  dlgLayout->addWidget(new QLabel("BKG NTRIP Client (BNC) Version 1.5"), 0,1);
    617617  dlgLayout->addWidget(tb,1,0,1,2);
    618618
Note: See TracChangeset for help on using the changeset viewer.