Index: /trunk/MagicSoft/Mars/mfileio/MWriteRootFile.cc
===================================================================
--- /trunk/MagicSoft/Mars/mfileio/MWriteRootFile.cc	(revision 6505)
+++ /trunk/MagicSoft/Mars/mfileio/MWriteRootFile.cc	(revision 6506)
@@ -881,5 +881,12 @@
 void MWriteRootFile::CopyTree(TTree &t) const
 {
-    *fLog << inf << "Copy of tree " << t.GetName() << " in progress..." << flush;
+    TString out = "Copy of tree ";
+    out += t.GetName();
+    out += " in progress...";
+
+    if (fDisplay)
+        fDisplay->SetStatusLine2(out);
+
+    *fLog << inf << out << flush;
 
     TTree *clone=t.CloneTree();
