mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-21 23:09:40 +00:00
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:
parent
233c69505a
commit
8a81176114
@ -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
|
||||
|
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user