From 8a811761146f75dcec5793e54b50bff8a1ed4035 Mon Sep 17 00:00:00 2001 From: Georg Baum Date: Tue, 26 Jul 2005 14:28:45 +0000 Subject: [PATCH] fix bug 1942 git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10357 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/ChangeLog | 5 +++++ src/mathed/math_factory.C | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/mathed/ChangeLog b/src/mathed/ChangeLog index c2e80cb904..676d68c9dc 100644 --- a/src/mathed/ChangeLog +++ b/src/mathed/ChangeLog @@ -1,3 +1,8 @@ +2005-07-26 Georg Baum + + * math_factory.C (initSymbols): Don't require wasysym for the wasy + font (bug 1942) + 2005-07-15 Stephan Witt * math_nestinset.C (getStatus): handle font change requests diff --git a/src/mathed/math_factory.C b/src/mathed/math_factory.C index c865d52e0a..a009c1a550 100644 --- a/src/mathed/math_factory.C +++ b/src/mathed/math_factory.C @@ -166,8 +166,9 @@ void initSymbols() // store requirements as long as we can if (tmp.inset == "msa" || tmp.inset == "msb") tmp.requires = "amssymb"; - else if (tmp.inset == "wasy") - tmp.requires = "wasysym"; + // See http://bugzilla.lyx.org/show_bug.cgi?id=1942 + // else if (tmp.inset == "wasy") + // tmp.requires = "wasysym"; // symbol font is not available sometimes string symbol_font = "lyxsymbol"; -- 2.39.2