Index: /trunk/FACT++/gui/FactGui.h
===================================================================
--- /trunk/FACT++/gui/FactGui.h	(revision 12496)
+++ /trunk/FACT++/gui/FactGui.h	(revision 12497)
@@ -2814,5 +2814,5 @@
             fMcpStartRun->setEnabled(s.index>=5);
             fMcpStopRun->setEnabled(s.index>=5);
-            fMcpReset->setEnabled(s.index>=7 && s.index<=10);
+            fMcpReset->setEnabled(s.index==5||(s.index>=7 && s.index<=10));
         }
 
@@ -3067,4 +3067,7 @@
             fChatMessage->setEnabled(fChatOnline);
         }
+
+        if (server=="RATESCAN")
+            fRateScanControls->setEnabled(s.index>=4);
 
         if (server=="SCHEDULER")
