]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_gridinset.C
split LyXText::rowlist_ into individual Paragraph::rows_ chunks
[lyx.git] / src / mathed / math_gridinset.C
index e80458db6b63be2892a60af79ce2479ea6fb9536..50d4fef3ed0e0a88a4ed3cc250b7b1660aa18c70 100644 (file)
@@ -1087,7 +1087,7 @@ dispatch_result MathGridInset::dispatch
                        is >> s;
                        if (s == "valign-top")
                                valign('t');
-                       else if (s == "valign-center")
+                       else if (s == "valign-middle")
                                valign('c');
                        else if (s == "valign-bottom")
                                valign('b');