]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_charinset.C
Fix to bug 2362: Deleting superscript also deletes subscript.
[lyx.git] / src / mathed / math_charinset.C
index 90ede4b84cde51efb35486dbe23af6de363fe2d1..290815d88bb7e80ea3ddd8863a96cc206b62231c 100644 (file)
@@ -133,7 +133,7 @@ void MathCharInset::write(WriteStream & os) const
 
 void MathCharInset::normalize(NormalStream & os) const
 {
-       os << "[char " << char_ << ' ' << "mathalpha]";
+       os << "[char " << char_ << mathalpha]";
 }