]> git.lyx.org Git - lyx.git/commitdiff
fix bug 1942
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Tue, 26 Jul 2005 14:28:45 +0000 (14:28 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Tue, 26 Jul 2005 14:28:45 +0000 (14:28 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10357 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/ChangeLog
src/mathed/math_factory.C

index c2e80cb904511d961196dc57d16dcabf0c95d319..676d68c9dc1657c2c7c97d1ee26cec1777ad77a3 100644 (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
index c865d52e0aad230100bff7ad86729594a0512693..a009c1a550f1ce9d755f2766acd7dc7ff8b44e0b 100644 (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";