]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_dotsinset.C
mathed67.diff
[features.git] / src / mathed / math_dotsinset.C
index 5f4e846a1812df2cc13b2131ed5300d9f4fb3c20..9d2e777d52148f568989f8b6a59b3409e1b7fea0 100644 (file)
@@ -50,7 +50,8 @@ void MathDotsInset::Write(ostream & os, bool /* fragile */)
        os << '\\' << name << ' ';
 }
 
+
 void MathDotsInset::WriteNormal(ostream & os)
 {
-       os << "{" << name << "} ";
+       os << "[" << name << "] ";
 }