Changeset 8954 for trunk/MagicSoft/Mars/mbase
- Timestamp:
- 06/14/08 11:16:05 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MStatusDisplay.cc
r8938 r8954 478 478 479 479 // 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()); 481 481 fList->Add(l); 482 482 f->AddFrame(l, layb); … … 2607 2607 PSToolsTextNDC(*ps, 0, 1.015, TString(" ")+n->GetName()); 2608 2608 ps->SetTextAlign(21); // cent top 2609 PSToolsTextNDC(*ps, 0.5, 1.015, TString("MARS - MagicAnalysis and Reconstruction Software - ")+d.AsString());2609 PSToolsTextNDC(*ps, 0.5, 1.015, TString("MARS V"MARSVER" - Modular Analysis and Reconstruction Software - ")+d.AsString()); 2610 2610 ps->SetTextAlign(31); // right top 2611 2611 PSToolsTextNDC(*ps, 1, 1.015, MString::Format("Page No.%i (%i) ", page++, i)); … … 2619 2619 PSToolsTextNDC(*ps, 0, -0.015, TString(" ")+txt); 2620 2620 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())); 2622 2622 } 2623 2623
Note:
See TracChangeset
for help on using the changeset viewer.