Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 4587)
+++ trunk/MagicSoft/Mars/Changelog	(revision 4588)
@@ -25,4 +25,7 @@
      - fixed a bug in CheckFileHeader which caused a condition to
        be wrongly evaluated
+
+   * mbase/MStatusDisplay.cc:
+     - small modification to postscript output
 
 
Index: trunk/MagicSoft/Mars/mbase/MStatusDisplay.cc
===================================================================
--- trunk/MagicSoft/Mars/mbase/MStatusDisplay.cc	(revision 4587)
+++ trunk/MagicSoft/Mars/mbase/MStatusDisplay.cc	(revision 4588)
@@ -2028,7 +2028,7 @@
             line.PaintLineNDC(0, -0.00, 1, -0.00);
             ps.SetTextAlign(11); // left top
-            ps.TextNDC(0, -0.005, txt);
+            ps.TextNDC(0, -0.015, TString("  ")+txt);
             ps.SetTextAlign(31); // right top
-            ps.TextNDC(1, -0.005, "(c) 2000-2004, Thomas Bretz");
+            ps.TextNDC(1, -0.015, "(c) 2000-2004, Thomas Bretz  ");
         }
 
