From: André Pönitz Date: Wed, 31 Oct 2001 15:45:23 +0000 (+0000) Subject: change filenames for 'handleExtern' X-Git-Tag: 1.6.10~20409 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=bf3d330980f90e0b8400172692a27b9bd067372f;p=features.git change filenames for 'handleExtern' git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2956 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/mathed/formula.C b/src/mathed/formula.C index ff03137139..f8916e42d4 100644 --- a/src/mathed/formula.C +++ b/src/mathed/formula.C @@ -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();