From bf3d330980f90e0b8400172692a27b9bd067372f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Wed, 31 Oct 2001 15:45:23 +0000 Subject: [PATCH] change filenames for 'handleExtern' git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2956 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/formula.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();