From: Pavel Sanda Date: Sun, 16 Nov 2008 20:35:27 +0000 (+0000) Subject: another fix for trunk X-Git-Tag: 2.0.0~7692 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=75703b4303645307e1b7efc4053882388ed0ccbf;p=features.git another fix for trunk git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27587 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/Thesaurus.cpp b/src/Thesaurus.cpp index 37335908f3..a5101cc41c 100644 --- a/src/Thesaurus.cpp +++ b/src/Thesaurus.cpp @@ -110,7 +110,7 @@ Thesaurus::Meanings Thesaurus::lookup(docstring const & t, docstring const &) bool Thesaurus::thesaurusAvailable(docstring const & lang) const { // we support English only - return prefixIs(lang, "en_"); + return prefixIs(lang, from_ascii("en_")); } #endif // HAVE_LIBAIKSAURUS