Index: trunk/BNC/bncwindow.cpp
===================================================================
--- trunk/BNC/bncwindow.cpp	(revision 3787)
+++ trunk/BNC/bncwindow.cpp	(revision 3788)
@@ -126,5 +126,4 @@
   _actStop = new QAction(tr("Sto&p"),this);
   connect(_actStop, SIGNAL(triggered()), SLOT(slotStop()));
-  enableStartStop();
 
   _actwhatsthis= new QAction(tr("Help ?=Shift+F1"),this);
@@ -136,5 +135,5 @@
   bncSettings settings;
 
-  // Netowrk Options
+  // Network Options
   // ---------------
   _proxyHostLineEdit  = new QLineEdit(settings.value("proxyHost").toString());
@@ -1204,4 +1203,5 @@
   // --------------------------
   slotBncTextChanged();
+  enableStartStop();
 
   // Auto start
