Ignore:
Timestamp:
02/09/07 08:44:44 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r8011 r8309  
    1818!   Author(s): Thomas Bretz, 4/2003 <mailto:tbretz@astro.uni-wuerzburg.de>
    1919!
    20 !   Copyright: MAGIC Software Development, 2003-2006
     20!   Copyright: MAGIC Software Development, 2003-2007
    2121!
    2222!
     
    478478
    479479    // Add copyright notice
    480     l = new TGLabel(f, "(c) MAGIC Software Development, 2000-2006");
     480    l = new TGLabel(f, "(c) MAGIC Software Development, 2000-2007");
    481481    fList->Add(l);
    482482    f->AddFrame(l, layb);
     
    25362536            PSToolsTextNDC(*ps, 0, -0.015, TString("  ")+txt);
    25372537            ps->SetTextAlign(31); // right top
    2538             PSToolsTextNDC(*ps, 1, -0.015, "(c) 2000-2006, Thomas Bretz  ");
     2538            PSToolsTextNDC(*ps, 1, -0.015, "(c) 2000-2007, Thomas Bretz  ");
    25392539        }
    25402540
Note: See TracChangeset for help on using the changeset viewer.