fix bug 1942

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10357 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Georg Baum 2005-07-26 14:28:45 +00:00
parent 233c69505a
commit 8a81176114
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2005-07-26 Georg Baum <Georg.Baum@post.rwth-aachen.de>
* math_factory.C (initSymbols): Don't require wasysym for the wasy
font (bug 1942)
2005-07-15 Stephan Witt <stephan.witt@beusen.de>
* math_nestinset.C (getStatus): handle font change requests

View File

@ -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";