]> git.lyx.org Git - lyx.git/blobdiff - src/buffer.h
hopefully fix tex2lyx linking.
[lyx.git] / src / buffer.h
index f30c83d8ab592353e859cf16c40eef5704c017ee..280fc05c8d23b3eb5c279cd1e7115bb9c00f1fd0 100644 (file)
@@ -170,6 +170,8 @@ public:
        Language const * getLanguage() const;
        /// get l10n translated to the buffers language
        docstring const B_(std::string const & l10n) const;
+       /// translate \p label to the buffer language if possible
+       docstring const translateLabel(docstring const & label) const;
 
        ///
        int runChktex();