mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
change filenames for 'handleExtern'
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2956 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
60ca300e1d
commit
bf3d330980
@ -82,7 +82,7 @@ namespace {
|
||||
string code = os.str().c_str();
|
||||
|
||||
// run external sript
|
||||
string file = LibFileSearch(string(), "lyx2" + lang);
|
||||
string file = LibFileSearch("mathed", "extern_" + lang);
|
||||
if (file.empty()) {
|
||||
lyxerr << "converter to '" << lang << "' not found\n";
|
||||
return MathArray();
|
||||
|
Loading…
Reference in New Issue
Block a user