Index: /trunk/MagicSoft/Mars/mmain/MStatusDisplay.cc
===================================================================
--- /trunk/MagicSoft/Mars/mmain/MStatusDisplay.cc	(revision 2021)
+++ /trunk/MagicSoft/Mars/mmain/MStatusDisplay.cc	(revision 2022)
@@ -640,5 +640,4 @@
 Bool_t MStatusDisplay::ProcessMessageCommandMenu(Long_t id)
 {
-    //cout << "Menu #" << id << endl;
     switch (id)
     {
@@ -710,8 +709,10 @@
         fTab->SetTab(fTab->GetCurrent()-1);
         return kTRUE;
+
+    default:
+        cout << "Command-Menu: Id=" << id << endl;
     }
     return kTRUE;
 
-    cout << "Command-Menu: Id=" << id << endl;
 }
 
@@ -971,5 +972,5 @@
 // disable the automatic update in a MEventloop.
 //
-void MStatusDisplay::StartUpdate(Int_t millisec=-1)
+void MStatusDisplay::StartUpdate(Int_t millisec)
 {
     if (fTimer.GetTime()<TTime(0))
