]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_hullinset.C
fix reading of labels with underscore and probably break a few other things
[lyx.git] / src / mathed / math_hullinset.C
index 361c241ea1e3148ca05abd94a2910bdbcd9e72da..26353829161cc780acb8809472664be8ccedc888 100644 (file)
@@ -248,7 +248,7 @@ string MathHullInset::label(row_type row) const
 
 void MathHullInset::label(row_type row, string const & label)
 {
-       lyxerr << "setting label '" << label << "' for row " << row << endl;
+       //lyxerr << "setting label '" << label << "' for row " << row << endl;
        label_[row] = label;
 }