Ignore:
Timestamp:
06/14/08 11:16:05 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mbase/MStatusDisplay.cc

    r8938 r8954  
    478478
    479479    // Add copyright notice
    480     l = new TGLabel(f, "(c) MAGIC Software Development, 2000-2007");
     480    l = new TGLabel(f, Form("(c) MARS Software Development, 2000-%d", MTime(-1).Year());
    481481    fList->Add(l);
    482482    f->AddFrame(l, layb);
     
    26072607        PSToolsTextNDC(*ps, 0, 1.015, TString("  ")+n->GetName());
    26082608        ps->SetTextAlign(21); // cent top
    2609         PSToolsTextNDC(*ps, 0.5, 1.015, TString("MARS - Magic Analysis and Reconstruction Software - ")+d.AsString());
     2609        PSToolsTextNDC(*ps, 0.5, 1.015, TString("MARS V"MARSVER" - Modular Analysis and Reconstruction Software - ")+d.AsString());
    26102610        ps->SetTextAlign(31); // right top
    26112611        PSToolsTextNDC(*ps, 1, 1.015, MString::Format("Page No.%i (%i)  ", page++, i));
     
    26192619            PSToolsTextNDC(*ps, 0, -0.015, TString("  ")+txt);
    26202620            ps->SetTextAlign(31); // right top
    2621             PSToolsTextNDC(*ps, 1, -0.015, "(c) 2000-2007, Thomas Bretz  ");
     2621            PSToolsTextNDC(*ps, 1, -0.015, Form("(c) 2000-%d, Thomas Bretz  ", MTime(-1).Year()));
    26222622        }
    26232623
Note: See TracChangeset for help on using the changeset viewer.