Changeset 4588
- Timestamp:
- 08/12/04 11:05:25 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r4587 r4588 25 25 - fixed a bug in CheckFileHeader which caused a condition to 26 26 be wrongly evaluated 27 28 * mbase/MStatusDisplay.cc: 29 - small modification to postscript output 27 30 28 31 -
trunk/MagicSoft/Mars/mbase/MStatusDisplay.cc
r3825 r4588 2028 2028 line.PaintLineNDC(0, -0.00, 1, -0.00); 2029 2029 ps.SetTextAlign(11); // left top 2030 ps.TextNDC(0, -0.0 05,txt);2030 ps.TextNDC(0, -0.015, TString(" ")+txt); 2031 2031 ps.SetTextAlign(31); // right top 2032 ps.TextNDC(1, -0.0 05, "(c) 2000-2004, Thomas Bretz");2032 ps.TextNDC(1, -0.015, "(c) 2000-2004, Thomas Bretz "); 2033 2033 } 2034 2034
Note:
See TracChangeset
for help on using the changeset viewer.