X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FTextClass.cpp;h=57a9f749626c788b7bd4f664e2622d9b2ee0052d;hb=e4b80698be91708ce1b9fd86d6032245ef4f3dc7;hp=d3d2926d5ba051a61ec8358e26a74b7ad72885a3;hpb=c567c78e90c4e899e5dcfda0a117516dd057d592;p=lyx.git diff --git a/src/TextClass.cpp b/src/TextClass.cpp index d3d2926d5b..57a9f74962 100644 --- a/src/TextClass.cpp +++ b/src/TextClass.cpp @@ -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; }