Index: trunk/FACT++/gui/FactGui.h
===================================================================
--- trunk/FACT++/gui/FactGui.h	(revision 12431)
+++ trunk/FACT++/gui/FactGui.h	(revision 12432)
@@ -3010,17 +3010,17 @@
 
             if (s.index==7) // InProgress
-                SetLedColor(fStatusFeedbackLed, kLedInProgress, time);
+                SetLedColor(fStatusRateControlLed, kLedGreenCheck, time);
             if (s.index==6) // GlobalThresholdSet
-                SetLedColor(fStatusFeedbackLed, kLedGreenCheck, time);
-            if (s.index==5 || s.index==6) // SettingGlobalThreshold / WaitingForreference
-                SetLedColor(fStatusFeedbackLed, kLedGreen, time);
+                SetLedColor(fStatusRateControlLed, kLedGreen, time);
+            if (s.index==5) // SettingGlobalThreshold
+                SetLedColor(fStatusRateControlLed, kLedInProgress, time);
             if (s.index==4) // Connected
-                SetLedColor(fStatusFeedbackLed, kLedGreenBar, time);
+                SetLedColor(fStatusRateControlLed, kLedGreenBar, time);
             if (s.index==3) // Connecting
-                SetLedColor(fStatusFeedbackLed, kLedOrange, time);
+                SetLedColor(fStatusRateControlLed, kLedOrange, time);
             if (s.index<3) // NoDim / Disconnected 
-                SetLedColor(fStatusFeedbackLed, kLedRed, time);
+                SetLedColor(fStatusRateControlLed, kLedRed, time);
             if (s.index<1) // No Dim connection
-                SetLedColor(fStatusFeedbackLed, kLedGray, time);
+                SetLedColor(fStatusRateControlLed, kLedGray, time);
         }
 
