Ignore:
Timestamp:
02/15/05 19:06:08 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mfileio/MReadTree.cc

    r6499 r6503  
    6767#include "MParList.h"
    6868#include "MTaskList.h"
     69#include "MStatusDisplay.h"
    6970
    7071#include "MLog.h"
     
    279280    *fLog << " '" << GetFileName() << "' (before event #";
    280281    *fLog << GetNumEntry()-1 << ")" << endl;
     282
     283    if (fDisplay)
     284    {
     285        TString txt = GetFileName();
     286        txt += " @ ";
     287        txt += GetNumEntry()-1;
     288        fDisplay->SetStatusLine2(txt);
     289    }
    281290
    282291    //
Note: See TracChangeset for help on using the changeset viewer.