Changeset 1782 in ntrip for trunk/BNC


Ignore:
Timestamp:
Apr 8, 2009, 12:27:44 PM (15 years ago)
Author:
mervart
Message:

* empty log message *

Location:
trunk/BNC
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bnc.pro

    r1781 r1782  
    22# Switch to debug configuration
    33# -----------------------------
    4 CONFIG += debug
    5 CONFIG -= release
     4CONFIG -= debug
     5CONFIG += release
    66
    77DEFINES += NO_RTCM3_MAIN
  • trunk/BNC/bncipport.cpp

    r1780 r1782  
    141141                                + _ipLatLineEdit->text() + " "
    142142                                + _ipLonLineEdit->text() + " "
    143                                 + "N");
     143                                + "no N");
    144144  } else {
    145145   QMessageBox::warning(this, tr("Warning"),
  • trunk/BNC/bncudpport.cpp

    r1780 r1782  
    141141                                + _ipLatLineEdit->text() + " "
    142142                                + _ipLonLineEdit->text() + " "
    143                                 + "UN");
     143                                + "no UN");
    144144  } else {
    145145   QMessageBox::warning(this, tr("Warning"),
Note: See TracChangeset for help on using the changeset viewer.