another fix for trunk

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27587 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2008-11-16 20:35:27 +00:00
parent e93cf2410d
commit 75703b4303

View File

@ -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