]> git.lyx.org Git - lyx.git/blobdiff - src/BufferParams.h
* do not ignore "requires" field in MathMacro
[lyx.git] / src / BufferParams.h
index bcfe41641dc154080a724e7f8b5814f0bdb88b48..5cb6501c8e15ff17d129b9e4d395dd3bcab6dcf9 100644 (file)
@@ -60,6 +60,9 @@ public:
        BufferParams();
        ~BufferParams();
 
+       /// get l10n translated to the buffers language
+       docstring const B_(std::string const & l10n) const;
+
        /// read a header token, if unrecognised, return it or an unknown class name
        std::string const readToken(Lexer & lex, std::string const & token);