this fixes the wrong order and wrong view in mathed

Herbert


-- 
http://www.lyx.org/help/
Index: math_spaceinset.C
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/mathed/math_spaceinset.C,v
retrieving revision 1.35
diff -u -r1.35 math_spaceinset.C
--- math_spaceinset.C   11 Jul 2002 11:27:24 -0000      1.35
+++ math_spaceinset.C   14 Aug 2002 14:31:53 -0000
@@ -11,7 +11,7 @@
 
 
 char const * latex_mathspace[] = {
-       "!", ",", ";", ":", "quad", "qquad", "lyxnegspace", "lyxposspace"
+       "!", ",", ":", ";", "quad", "qquad", "lyxnegspace", "lyxposspace"
 };
 
 

Reply via email to