]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetcaption.C
fix typo that put too many include paths for most people
[lyx.git] / src / insets / insetcaption.C
index 1b9a601ce21577b6b5a2480433891c6a6ecbbba8..1414e2d438de57ba91e6e87124a644a21b5331c3 100644 (file)
@@ -1,8 +1,8 @@
 /* This file is part of
  * ======================================================
- * 
+ *
  *           LyX, The Document Processor
- *      
+ *
  *          Copyright 2000-2001 The LyX Team.
  *
  * ======================================================
@@ -59,7 +59,7 @@ void InsetCaption::read(Buffer const * buf, LyXLex & lex)
 }
 
 
-string const InsetCaption::editMessage() const 
+string const InsetCaption::editMessage() const
 {
        return _("Opened Caption Inset");
 }
@@ -87,7 +87,7 @@ void InsetCaption::draw(BufferView * bv, LyXFont const & f,
 
        // Generate the label
        string const label = _(fl) + " " + num + ":";
-       
+
        Painter & pain = bv->painter();
        int const w = lyxfont::width(label, f);
        pain.text(int(x), baseline, label, f);