]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_funcinset.C
mathed67.diff
[features.git] / src / mathed / math_funcinset.C
index 3e06dfc3398dc89d782bb320115a503e3f2614fa..23eee24a038b60b93edb251a4f8d03bb3c994a33 100644 (file)
@@ -47,9 +47,10 @@ void MathFuncInset::Write(std::ostream & os, bool /* fragile */)
        os << "\\" << name << ' ';
 }
 
+
 void MathFuncInset::WriteNormal(std::ostream & os)
 {
-       os << "{" << name << "} ";
+       os << "[" << name << "] ";
 }