Index: /trunk/FACT++/gui/MainWindow.cc
===================================================================
--- /trunk/FACT++/gui/MainWindow.cc	(revision 10552)
+++ /trunk/FACT++/gui/MainWindow.cc	(revision 10553)
@@ -153,7 +153,7 @@
 void MainWindow::slot_fFtuLED_clicked()
 {
-    for (int i=0; i<40; i++)
+    for (int32_t i=0; i<40; i++)
         if (sender()==fFtuLED[i])
-            cout << "--------------> clicked #" << i << endl;
+            Dim::SendCommand("FTM_CONTROL/TOGGLE_FTU", i);
 }
 
