Index: trunk/MagicSoft/Mars/mraw/MRawFileRead.cc
===================================================================
--- trunk/MagicSoft/Mars/mraw/MRawFileRead.cc	(revision 6500)
+++ trunk/MagicSoft/Mars/mraw/MRawFileRead.cc	(revision 6503)
@@ -53,4 +53,5 @@
 #include "MTime.h"
 #include "MParList.h"
+#include "MStatusDisplay.h"
 
 #include "MRawRunHeader.h"
@@ -196,5 +197,15 @@
     }
     else
+    {
         *fLog << inf << "Open file: '" << name << "'" << endl;
+
+        if (fDisplay)
+        {
+            TString txt = GetFileName();
+            txt += " @ ";
+            txt += GetNumExecutions()-1;
+            fDisplay->SetStatusLine2(txt);
+        }
+    }
 
     delete [] expname;
