Index: trunk/BNC/bnc.pro
===================================================================
--- trunk/BNC/bnc.pro	(revision 3732)
+++ trunk/BNC/bnc.pro	(revision 3733)
@@ -2,6 +2,6 @@
 # Switch to debug configuration
 # -----------------------------
-CONFIG -= release
-CONFIG += debug
+CONFIG -= debug
+CONFIG += release
 
 
Index: trunk/BNC/bncwindow.cpp
===================================================================
--- trunk/BNC/bncwindow.cpp	(revision 3732)
+++ trunk/BNC/bncwindow.cpp	(revision 3733)
@@ -2067,5 +2067,5 @@
     enable = (!_pppMountLineEdit->text().isEmpty() && !_pppCorrMountLineEdit->text().isEmpty()) ||
              (!_pppMountLineEdit->text().isEmpty() && _pppSPPComboBox->currentText() == "SPP")  ||
-             (_pppSPPComboBox->currentText() == "Post-Processing");
+             (_pppSPPComboBox->currentText() == "RNX");
 
     enableWidget(enable, _pppNMEALineEdit);
@@ -2114,5 +2114,5 @@
     enableWidget(enable8, _pppCorrMountLineEdit);
 
-    bool enable9 = _pppSPPComboBox->currentText() == "Post-Processing";
+    bool enable9 = _pppSPPComboBox->currentText() == "RNX";
     enableWidget(enable9, _postObsFileChooser);
     enableWidget(enable9, _postNavFileChooser);
