]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/screen.C
Lars says _(_(b)) is a bug ... fix
[lyx.git] / src / frontends / screen.C
index 91f4f9eaaec0854523e114c7dd495618eedc851a..74fa21184b591e47430dd3ed14eee7c75b99ec4d 100644 (file)
@@ -1,8 +1,9 @@
 /**
  * \file screen.C
- * Read the file COPYING
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- * \author John Levon 
+ * \author John Levon
  *
  * Full author contact details are available in file CREDITS
  *
@@ -405,7 +406,7 @@ void LyXScreen::drawFromTo(LyXText * text, BufferView * bv,
        int y1, int y2, int yo, int xo,
        bool internal)
 {
-       lyxerr[Debug::GUI] << "screen: drawFromTo " << y1 << "-" << y2 << endl;
+       lyxerr[Debug::GUI] << "screen: drawFromTo " << y1 << '-' << y2 << endl;
 
        int y_text = text->first_y + y1;