Changeset 3733 in ntrip


Ignore:
Timestamp:
Mar 24, 2012, 7:18:24 PM (12 years ago)
Author:
mervart
Message:
 
Location:
trunk/BNC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bnc.pro

    r3731 r3733  
    22# Switch to debug configuration
    33# -----------------------------
    4 CONFIG -= release
    5 CONFIG += debug
     4CONFIG -= debug
     5CONFIG += release
    66
    77
  • trunk/BNC/bncwindow.cpp

    r3732 r3733  
    20672067    enable = (!_pppMountLineEdit->text().isEmpty() && !_pppCorrMountLineEdit->text().isEmpty()) ||
    20682068             (!_pppMountLineEdit->text().isEmpty() && _pppSPPComboBox->currentText() == "SPP")  ||
    2069              (_pppSPPComboBox->currentText() == "Post-Processing");
     2069             (_pppSPPComboBox->currentText() == "RNX");
    20702070
    20712071    enableWidget(enable, _pppNMEALineEdit);
     
    21142114    enableWidget(enable8, _pppCorrMountLineEdit);
    21152115
    2116     bool enable9 = _pppSPPComboBox->currentText() == "Post-Processing";
     2116    bool enable9 = _pppSPPComboBox->currentText() == "RNX";
    21172117    enableWidget(enable9, _postObsFileChooser);
    21182118    enableWidget(enable9, _postNavFileChooser);
Note: See TracChangeset for help on using the changeset viewer.