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


Ignore:
Timestamp:
Sep 14, 2006, 6:32:59 PM (18 years ago)
Author:
weber
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncwindow.cpp

    r169 r173  
    428428  QGridLayout* dlgLayout = new QGridLayout();
    429429  QLabel* img = new QLabel();
    430   img->setPixmap(QPixmap(":ntrip-logo-grau.bmp"));
     430  img->setPixmap(QPixmap(":ntrip-logo.png"));
    431431  dlgLayout->addWidget(img, 0,0);
    432432  dlgLayout->addWidget(new QLabel("BKG NTRIP Client (BNC), Version 1.0"), 0,1);
Note: See TracChangeset for help on using the changeset viewer.