Ignore:
Timestamp:
05/12/04 20:22:24 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mona.cc

    r4019 r4058  
    291291    }
    292292
    293     TApplication app("Mars", &argc, argv);
     293    TApplication app("Mona", &argc, argv);
    294294    if (gROOT->IsBatch() || !gClient)
    295295    {
     
    314314    gLog << dbg << "Starting Display..." << flush;
    315315    MOnlineDisplay d;
     316    d.SetWindowName("Magic ONline Analysis");
     317    d.SetIconName("Mona");
     318
    316319    d.SetBit(MStatusDisplay::kExitLoopOnExit);
    317320    gLog << "done." << endl;
Note: See TracChangeset for help on using the changeset viewer.