Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 3734)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 3735)
@@ -43,4 +43,7 @@
  2004/04/14: Markus Gaug
   
+   * macros/mccalibrate.C, mmain/MEventDisplay.cc:
+     - replaced SetCalibrationMethod by SetCalibrationMode
+
    * htmldoc/images/CalibClasses.gif
    * htmldoc/images/RelTimeClasses.gif
Index: /trunk/MagicSoft/Mars/macros/mccalibrate.C
===================================================================
--- /trunk/MagicSoft/Mars/macros/mccalibrate.C	(revision 3734)
+++ /trunk/MagicSoft/Mars/macros/mccalibrate.C	(revision 3735)
@@ -101,5 +101,5 @@
 
   MCalibrate calib; // Transforms signals from ADC counts into photons.
-  calib.SetCalibrationMethod(MCalibrate::kDummy);
+  calib.SetCalibrationMode(MCalibrate::kDummy);
 
   //    MBlindPixelCalc   blind;
Index: /trunk/MagicSoft/Mars/mmain/MEventDisplay.cc
===================================================================
--- /trunk/MagicSoft/Mars/mmain/MEventDisplay.cc	(revision 3734)
+++ /trunk/MagicSoft/Mars/mmain/MEventDisplay.cc	(revision 3735)
@@ -271,5 +271,5 @@
 
         MCalibrate* mccal = new MCalibrate;
-        mccal->SetCalibrationMethod(MCalibrate::kDummy);
+        mccal->SetCalibrationMode(MCalibrate::kDummy);
 
         // MC
