]> git.lyx.org Git - lyx.git/blobdiff - src/Buffer.cpp
Check for fontspec an configure the GUI accordingly.
[lyx.git] / src / Buffer.cpp
index 23c16406f4c1d505c7e9907644d743399001fc09..4b98221c99363e17f72001d8e19aaf1c400cebd3 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 = 410; // rgh: dummy format for list->labeling
+int const LYX_FORMAT = 412; // edwin: set tabular width
 
 typedef map<string, bool> DepClean;
 typedef map<docstring, pair<InsetLabel const *, Buffer::References> > RefCache;