]> git.lyx.org Git - lyx.git/blobdiff - src/TextClass.cpp
Cache icons of dynamic menu buttons
[lyx.git] / src / TextClass.cpp
index d3d2926d5ba051a61ec8358e26a74b7ad72885a3..57a9f749626c788b7bd4f664e2622d9b2ee0052d 100644 (file)
@@ -59,7 +59,7 @@ namespace lyx {
 // You should also run the development/tools/updatelayouts.py script,
 // to update the format of all of our layout files.
 //
-int const LAYOUT_FORMAT = 92; // spitz: ProvideInsetLayout and ModifyInsetLayout
+int const LAYOUT_FORMAT = 93; // tcuvelier: DocBookNoFontInside
 
 
 // Layout format for the current lyx file format. Controls which format is
@@ -1749,7 +1749,7 @@ bool TextClass::load(string const & path) const
                       << to_utf8(makeDisplayPath(layout_file.absFileName()))
                       << "'\n(Check `" << name_
                       << "')\nCheck your installation and "
-                         "try Options/Reconfigure..."
+                         "try Tools/Reconfigure..."
                       << endl;
        }