]> git.lyx.org Git - features.git/blobdiff - src/Buffer.cpp
Remove Nameref support. Too many issues involving translation, quotes,
[features.git] / src / Buffer.cpp
index d71381e009773590e1904accae9431a62e73e3ba..b399f6483117539f03861d0271d942d4d2425324 100644 (file)
@@ -126,7 +126,7 @@ namespace {
 
 // Do not remove the comment below, so we get merge conflict in
 // independent branches. Instead add your own.
-int const LYX_FORMAT = 396; // rgh: nameref
+int const LYX_FORMAT = 397; // rgh: remove Nameref support
 
 typedef map<string, bool> DepClean;
 typedef map<docstring, pair<InsetLabel const *, Buffer::References> > RefCache;