Changeset 8955 for trunk/MagicSoft/Mars/mbase
- Timestamp:
- 06/14/08 15:19:45 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MStatusDisplay.cc
r8954 r8955 478 478 479 479 // 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())); 481 481 fList->Add(l); 482 482 f->AddFrame(l, layb); … … 2619 2619 PSToolsTextNDC(*ps, 0, -0.015, TString(" ")+txt); 2620 2620 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())); 2622 2622 } 2623 2623
Note:
See TracChangeset
for help on using the changeset viewer.