mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
* Thesaurus.cpp: fix thesaurus (bug #6656)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34226 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
cf2251989c
commit
272e7097f2
@ -116,6 +116,9 @@ pair<string, string> Thesaurus::Private::getThesaurus(docstring const & lang)
|
||||
|
||||
bool Thesaurus::Private::addThesaurus(docstring const & lang)
|
||||
{
|
||||
if (thesaurusAvailable(lang))
|
||||
return true;
|
||||
|
||||
ThesFiles files = getThesaurus(lang);
|
||||
string const idx = files.first;
|
||||
string const data = files.second;
|
||||
|
Loading…
Reference in New Issue
Block a user