]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/GraphicsTypes.C
Purely mechanical: move fragile into LatexRunParams.
[lyx.git] / src / graphics / GraphicsTypes.C
index e932f33b253487188713c6207a66a77595c0922a..423e5da2fa2cdc9bb0be2fe0eca401af8ed6922c 100644 (file)
@@ -1,15 +1,19 @@
 // -*- C++ -*-
 /**
  *  \file GraphicsTypes.C
- *  Read the file COPYING
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
  *  \author Rob Lahaye
  *
  * Full author contact details available in file CREDITS
  */
 
+#include <config.h>
+
 #include "graphics/GraphicsTypes.h"
 
+
 namespace grfx {
 
 /// The translator between the Display enum and corresponding lyx string.
@@ -29,7 +33,7 @@ void setDisplayTranslator()
                displayTranslator.addPair(GrayscaleDisplay, "grayscale");
                displayTranslator.addPair(ColorDisplay, "color");
                displayTranslator.addPair(NoDisplay, "none");
-               
+
                // backward compatibility for old lyxrc.display_graphics
                displayTranslator.addPair(MonochromeDisplay, "mono");
                displayTranslator.addPair(GrayscaleDisplay, "gray");