Ignore:
Timestamp:
06/14/08 15:19:45 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r8954 r8955  
    478478
    479479    // Add copyright notice
    480     l = new TGLabel(f, Form("(c) MARS Software Development, 2000-%d", MTime(-1).Year());
     480    l = new TGLabel(f, Form("(c) MARS Software Development, 2000-%d", TDatime().GetYear()));
    481481    fList->Add(l);
    482482    f->AddFrame(l, layb);
     
    26192619            PSToolsTextNDC(*ps, 0, -0.015, TString("  ")+txt);
    26202620            ps->SetTextAlign(31); // right top
    2621             PSToolsTextNDC(*ps, 1, -0.015, Form("(c) 2000-%d, Thomas Bretz  ", MTime(-1).Year()));
     2621            PSToolsTextNDC(*ps, 1, -0.015, Form("(c) 2000-%d, Thomas Bretz  ", TDatime().GetYear()));
    26222622        }
    26232623
Note: See TracChangeset for help on using the changeset viewer.