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/mraw/MRawFileRead.cc

    r6500 r6503  
    5353#include "MTime.h"
    5454#include "MParList.h"
     55#include "MStatusDisplay.h"
    5556
    5657#include "MRawRunHeader.h"
     
    196197    }
    197198    else
     199    {
    198200        *fLog << inf << "Open file: '" << name << "'" << endl;
     201
     202        if (fDisplay)
     203        {
     204            TString txt = GetFileName();
     205            txt += " @ ";
     206            txt += GetNumExecutions()-1;
     207            fDisplay->SetStatusLine2(txt);
     208        }
     209    }
    199210
    200211    delete [] expname;
Note: See TracChangeset for help on using the changeset viewer.