Changeset 4588 for trunk


Ignore:
Timestamp:
08/12/04 11:05:25 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r4587 r4588  
    2525     - fixed a bug in CheckFileHeader which caused a condition to
    2626       be wrongly evaluated
     27
     28   * mbase/MStatusDisplay.cc:
     29     - small modification to postscript output
    2730
    2831
  • trunk/MagicSoft/Mars/mbase/MStatusDisplay.cc

    r3825 r4588  
    20282028            line.PaintLineNDC(0, -0.00, 1, -0.00);
    20292029            ps.SetTextAlign(11); // left top
    2030             ps.TextNDC(0, -0.005, txt);
     2030            ps.TextNDC(0, -0.015, TString("  ")+txt);
    20312031            ps.SetTextAlign(31); // right top
    2032             ps.TextNDC(1, -0.005, "(c) 2000-2004, Thomas Bretz");
     2032            ps.TextNDC(1, -0.015, "(c) 2000-2004, Thomas Bretz  ");
    20332033        }
    20342034
Note: See TracChangeset for help on using the changeset viewer.