]> git.lyx.org Git - lyx.git/blobdiff - src/PrinterParams.h
start using FileName::exists()
[lyx.git] / src / PrinterParams.h
index 042a083d0f10f0368e9957479ceeac713a02b0cb..6ae9aa9be8678900ce32a3c3d904d52a9a72efc8 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef PRINTERPARAMS_H
 #define PRINTERPARAMS_H
 
-#include "lyxrc.h"
+#include "LyXRC.h"
 
 
 namespace lyx {
@@ -73,7 +73,7 @@ public:
        // bool duplex;
 
        /** Test that all the fields contain valid entries.  It's unlikely
-           that the internal code will get this wrong however new ports 
+           that the internal code will get this wrong however new ports
            and external scripts might drive the wrong values in.
         */
        void testInvariant() const;