Changeset 1782 in ntrip
- Timestamp:
- Apr 8, 2009, 12:27:44 PM (16 years ago)
- Location:
- trunk/BNC
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bnc.pro
r1781 r1782 2 2 # Switch to debug configuration 3 3 # ----------------------------- 4 CONFIG += debug5 CONFIG -= release4 CONFIG -= debug 5 CONFIG += release 6 6 7 7 DEFINES += NO_RTCM3_MAIN -
trunk/BNC/bncipport.cpp
r1780 r1782 141 141 + _ipLatLineEdit->text() + " " 142 142 + _ipLonLineEdit->text() + " " 143 + " N");143 + "no N"); 144 144 } else { 145 145 QMessageBox::warning(this, tr("Warning"), -
trunk/BNC/bncudpport.cpp
r1780 r1782 141 141 + _ipLatLineEdit->text() + " " 142 142 + _ipLonLineEdit->text() + " " 143 + " UN");143 + "no UN"); 144 144 } else { 145 145 QMessageBox::warning(this, tr("Warning"),
Note:
See TracChangeset
for help on using the changeset viewer.