Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 6817)
+++ trunk/MagicSoft/Mars/Changelog	(revision 6818)
@@ -21,4 +21,11 @@
 
                                                  -*-*- END OF LINE -*-*-
+ 2005/03/14 Thomas Bretz
+
+   * mbase/MGMenu.h:
+     - added a fix for root 4.02.00
+
+
+
  2005/03/09 Markus Gaug
   
@@ -35,4 +42,5 @@
        fPowerSpectrum out of the streamer.
      - intialize fFlags to 0
+
 
 
@@ -46,4 +54,6 @@
        any rule containing "fEnergy" is accepted.
 
+
+
  2005/03/08 Markus Gaug
 
@@ -51,4 +61,5 @@
      - introduce new parameter "fFitStart" to decide from outside where
        to start fitting the pedestals.
+
 
 
@@ -78,4 +89,5 @@
      - took out some commented code which will not be used any more
      - improve Print() function
+
 
 
@@ -100,4 +112,5 @@
 
 
+
  2005/03/04 Abelardo Moralejo
 
@@ -109,4 +122,6 @@
        time jitter.
 
+
+
  2005/03/03 Markus Gaug
 
@@ -134,4 +149,6 @@
      - added flag fPulsePosCheck
 
+
+
  2005/03/02 Markus Gaug
 
@@ -152,4 +169,6 @@
        calibration and cosmics pulses (only applied if spline is used).
 
+
+
  2005/02/25 Markus Gaug
 
@@ -165,5 +184,7 @@
 
 
+
  2005/02/25 Abelardo Moralejo
+
    * msignal/MC_calibration_weights_UV.dat
      - Added. Weights file for using the digital filter on MC 
@@ -173,4 +194,6 @@
        shape is the same in both gain branches.
 
+
+
  2005/02/24 Markus Gaug
 
@@ -185,4 +208,6 @@
      - take the TVectors out of the streamer, to be exectuable with 
        root.04.02
+
+
 
  2005/02/24 Thomas Hengstebeck
Index: trunk/MagicSoft/Mars/mbase/MGMenu.h
===================================================================
--- trunk/MagicSoft/Mars/mbase/MGMenu.h	(revision 6817)
+++ trunk/MagicSoft/Mars/mbase/MGMenu.h	(revision 6818)
@@ -46,6 +46,6 @@
         TGMenuBar(p, w, h, options) {}
 
-    void BindKeys(TGMainFrame *frame);
-    // root 4.02/00 void BindKeys(Bool_t b) { TGMenuBar::BindKeys(b); }
+    void BindKeys(TGMainFrame *frame);                   // root<=3.10.02
+    void BindKeys(Bool_t b) { TGMenuBar::BindKeys(b); }  // root>=4.02.00
 
     Bool_t HandleKey(Event_t *event);
