X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLaTeXFeatures.h;h=927dc312e620b7f450f49931c312b01229e0dcd9;hb=368f6a53a87eb5997433ecd0f51e854c99360d28;hp=b5e8ae9a83a91ff4a453b0cba66ed61a26230768;hpb=3b9338a3a8ba33fbbdf2c77cbffb3ff50d8fad86;p=lyx.git diff --git a/src/LaTeXFeatures.h b/src/LaTeXFeatures.h index b5e8ae9a83..927dc312e6 100644 --- a/src/LaTeXFeatures.h +++ b/src/LaTeXFeatures.h @@ -51,7 +51,7 @@ public: std::string const getBabelOptions() const; /// The definitions needed by the document's textclass std::string const getTClassPreamble() const; - /// The sgml definitions needed by the document (dobook/linuxdoc) + /// The sgml definitions needed by the document (docbook) std::string const getLyXSGMLEntities() const; /// The SGML Required to include the files added with includeFile(); std::string const getIncludedFiles(std::string const & fname) const;