Index: trunk/BNC/bncwindow.cpp
===================================================================
--- trunk/BNC/bncwindow.cpp	(revision 3826)
+++ trunk/BNC/bncwindow.cpp	(revision 3827)
@@ -1700,11 +1700,12 @@
   settings.setValue("uploadEphSample",    _uploadEphSampleSpinBox->value());
 
-  settings.setValue("postObsFile", _postObsFileChooser->fileName());
-  settings.setValue("postNavFile", _postNavFileChooser->fileName());
+  settings.setValue("postObsFile",  _postObsFileChooser->fileName());
+  settings.setValue("postNavFile",  _postNavFileChooser->fileName());
   settings.setValue("postCorrFile", _postCorrFileChooser->fileName());
-  settings.setValue("postOutFile", _postOutLineEdit->text());
-
-  settings.setValue("teqcObsFile", _teqcObsFileChooser->fileName());
-  settings.setValue("teqcNavFile", _teqcNavFileChooser->fileName());
+  settings.setValue("postOutFile",  _postOutLineEdit->text());
+
+  settings.setValue("teqcAction",     _teqcActionComboBox->currentText());
+  settings.setValue("teqcObsFile",    _teqcObsFileChooser->fileName());
+  settings.setValue("teqcNavFile",    _teqcNavFileChooser->fileName());
   settings.setValue("teqcOutObsFile", _teqcOutObsLineEdit->text());
   settings.setValue("teqcOutNavFile", _teqcOutNavLineEdit->text());
