]> git.lyx.org Git - lyx.git/blobdiff - src/Thesaurus.cpp
Fix bug 4441. GuiRef: Ok button must be default.
[lyx.git] / src / Thesaurus.cpp
index 086ab6239df3ea5b76547baf1174550ffb8cbd0a..357ddbbe0bf42c919b08996ca031280f1f91c5ee 100644 (file)
@@ -281,6 +281,12 @@ Thesaurus::Meanings Thesaurus::lookup(docstring const &, docstring const &)
        return Meanings();
 }
 
+
+bool Thesaurus::thesaurusAvailable(docstring const & lang) const
+{
+       return false;
+}
+
 #endif
 #endif // HAVE_LIBMYTHES