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:
André Pönitz 2001-10-31 15:45:23 +00:00
parent 60ca300e1d
commit bf3d330980

View File

@ -82,7 +82,7 @@ namespace {
string code = os.str().c_str(); string code = os.str().c_str();
// run external sript // run external sript
string file = LibFileSearch(string(), "lyx2" + lang); string file = LibFileSearch("mathed", "extern_" + lang);
if (file.empty()) { if (file.empty()) {
lyxerr << "converter to '" << lang << "' not found\n"; lyxerr << "converter to '" << lang << "' not found\n";
return MathArray(); return MathArray();