]> git.lyx.org Git - lyx.git/blobdiff - src/Buffer.cpp
GuiPainter.cpp: correct attempt from r35491
[lyx.git] / src / Buffer.cpp
index a068ecfe3a9c9e502cac0801395b4aaf56f09a83..a679427fcd19d918295b6f87e5659d8f0e7ad343 100644 (file)
@@ -127,7 +127,7 @@ namespace {
 
 // Do not remove the comment below, so we get merge conflict in
 // independent branches. Instead add your own.
-int const LYX_FORMAT = 400; // uwestoehr: support for \rule
+int const LYX_FORMAT = 401; // Ronen: support for \Diagram
 
 typedef map<string, bool> DepClean;
 typedef map<docstring, pair<InsetLabel const *, Buffer::References> > RefCache;