Changeset 8309 for trunk/MagicSoft/Mars/mbase/MStatusDisplay.cc
- Timestamp:
- 02/09/07 08:44:44 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MStatusDisplay.cc
r8011 r8309 18 18 ! Author(s): Thomas Bretz, 4/2003 <mailto:tbretz@astro.uni-wuerzburg.de> 19 19 ! 20 ! Copyright: MAGIC Software Development, 2003-200 620 ! Copyright: MAGIC Software Development, 2003-2007 21 21 ! 22 22 ! … … 478 478 479 479 // Add copyright notice 480 l = new TGLabel(f, "(c) MAGIC Software Development, 2000-200 6");480 l = new TGLabel(f, "(c) MAGIC Software Development, 2000-2007"); 481 481 fList->Add(l); 482 482 f->AddFrame(l, layb); … … 2536 2536 PSToolsTextNDC(*ps, 0, -0.015, TString(" ")+txt); 2537 2537 ps->SetTextAlign(31); // right top 2538 PSToolsTextNDC(*ps, 1, -0.015, "(c) 2000-200 6, Thomas Bretz ");2538 PSToolsTextNDC(*ps, 1, -0.015, "(c) 2000-2007, Thomas Bretz "); 2539 2539 } 2540 2540
Note:
See TracChangeset
for help on using the changeset viewer.