]> git.lyx.org Git - lyx.git/commitdiff
LyXRC.cpp: add new page sizes to known sizes, thanks JMarc
authorUwe Stöhr <uwestoehr@web.de>
Fri, 21 May 2010 22:10:57 +0000 (22:10 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Fri, 21 May 2010 22:10:57 +0000 (22:10 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34443 a592a061-630c-0410-9148-cb99ea01b6c8

src/LyXRC.cpp

index bc63df81678c75d954df0e9a14286b25bcf0609d..a717a6b84e5158ecb49d51059123b0b0ab28fc7c 100644 (file)
@@ -1418,8 +1418,23 @@ void LyXRC::write(ostream & os, bool ignore_system_lyxrc, string const & name) c
                        case PAPER_B5:
                                os << "b5"; break;
                        case PAPER_CUSTOM:
+                       case PAPER_A0:
+                       case PAPER_A1:
+                       case PAPER_A2:
+                       case PAPER_A6:
+                       case PAPER_B0:
+                       case PAPER_B1:
+                       case PAPER_B2:
                        case PAPER_B3:
-                       case PAPER_B4: break;
+                       case PAPER_B4:
+                       case PAPER_B6:
+                       case PAPER_JISB0:
+                       case PAPER_JISB1:
+                       case PAPER_JISB2:
+                       case PAPER_JISB3:
+                       case PAPER_JISB4:
+                       case PAPER_JISB5:
+                       case PAPER_JISB6: break;
                        }
                        os << "\"\n";
                }