]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/XPainter.C
Yet more dialog tweaking from Rob.
[lyx.git] / src / frontends / xforms / XPainter.C
index 825f03140c3564e29fb52df1fa1a0d19f5932806..a40b7f2ad4639125ac56787367031cae04df8bc8 100644 (file)
@@ -1,10 +1,12 @@
 /**
  * \file XPainter.C
- * Copyright 1998-2002 the LyX Team
- * Read the file COPYING
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
  * \author unknown
- * \author John Levon <moz@compsoc.man.ac.uk>
+ * \author John Levon 
+ *
+ * Full author contact details are available in file CREDITS
  */
 
 #include <config.h>
@@ -208,7 +210,7 @@ Painter & XPainter::text(int x, int y,
                        xs[i].byte1 = c >> 8;
                        xs[i].byte2 = c & 0xff;
                }
-               text(x , y, xs.get(), ls, font);
+               text(x, y, xs.get(), ls, font);
                return *this;
        }