]> git.lyx.org Git - lyx.git/blobdiff - src/Buffer.cpp
* GuiPrefs: fix typo.
[lyx.git] / src / Buffer.cpp
index 4de45635e1f33d8b2f3844e6dfd84556c330979a..eb03f06bf670a77020335b1aeb196b5a6f7e87db 100644 (file)
@@ -124,7 +124,7 @@ namespace {
 
 // Do not remove the comment below, so we get merge conflict in
 // independent branches. Instead add your own.
-int const LYX_FORMAT = 350;  // jspitzm: default output format
+int const LYX_FORMAT = 351;  // uwestoehr: support for page background color
 
 typedef map<string, bool> DepClean;
 typedef map<docstring, pair<InsetLabel const *, Buffer::References> > RefCache;