]> git.lyx.org Git - lyx.git/blobdiff - src/lyxrc.C
added a regex to be used when the system is missing one, use noinst instead of pkglib...
[lyx.git] / src / lyxrc.C
index a4d72f1942afa47c0ff469e74becb876b41314f5..0af68c5d0c84ff9f150810f4cfaa478ecb4b3e09 100644 (file)
@@ -130,6 +130,7 @@ enum LyXRCTags {
        RC_LAST 
 };
 
+
 static keyword_item lyxrcTags[] = {
        { "\\accept_compound", RC_ACCEPT_COMPOUND },
        { "\\alternate_language", RC_ALT_LANG },
@@ -547,7 +548,7 @@ int LyXRC::read(string const & filename)
                                                BufferParams::PAPER_LEGALPAPER;
                                else if (size == "executive")
                                        default_papersize =
-                                           BufferParams::PAPER_EXECUTIVEPAPER;
+                                               BufferParams::PAPER_EXECUTIVEPAPER;
                                else if (size == "a3")
                                        default_papersize =
                                                BufferParams::PAPER_A3PAPER;