Index: /trunk/BNC/src/bncwindow.cpp
===================================================================
--- /trunk/BNC/src/bncwindow.cpp	(revision 6735)
+++ /trunk/BNC/src/bncwindow.cpp	(revision 6736)
@@ -1066,5 +1066,5 @@
   _reqcLogSummaryOnly = new QCheckBox();
   _reqcLogSummaryOnly->setCheckState(Qt::CheckState(settings.value("reqcLogSummaryOnly").toInt()));
-  _reqcLogSummaryOnly->setWhatsThis(tr("<p>By default BNC produces a detailed 'Logfile' providing all information resulting from editing or analyzing RINEX data. If that is too much information, you can limit the logfile contents to a small summary.</p><p>Tick 'Summary only' to suppress a full logfile output and produce a logfile containing only summary information.</p>"));
+  _reqcLogSummaryOnly->setWhatsThis(tr("<p>By default BNC produces a detailed 'Logfile' providing all information resulting from editing or analyzing RINEX data. If that is too much information, you can limit the logfile contents to a small summary.</p><p>Tick 'Summary only' to suppress a full logfile output and instead produce a logfile containing only summary information.</p>"));
 
   ir = 0;
@@ -2298,5 +2298,5 @@
     enable = !_reqcActionComboBox->currentText().isEmpty();
     bool enable10   = _reqcActionComboBox->currentText() == "Edit/Concatenate";
-    bool enablePlot = !_reqcSkyPlotSignals->text().isEmpty();
+//  bool enablePlot = !_reqcSkyPlotSignals->text().isEmpty();
     enableWidget(enable,                            _reqcObsFileChooser);
     enableWidget(enable,                            _reqcNavFileChooser);
@@ -2307,5 +2307,6 @@
     enableWidget(enable && !enable10,               _reqcLogSummaryOnly);
     enableWidget(enable && !enable10,               _reqcSkyPlotSignals);
-    enableWidget(enable && !enable10 && enablePlot, _reqcPlotDirLineEdit);
+//  enableWidget(enable && !enable10 && enablePlot, _reqcPlotDirLineEdit);
+    enableWidget(enable && !enable10,               _reqcPlotDirLineEdit);
   }
 
