]> git.lyx.org Git - features.git/blobdiff - src/mathed/formulabase.C
small fixes to bugs discoverd by Dekel
[features.git] / src / mathed / formulabase.C
index 031893628706e4e139234de6e5eab1ce2f5eec2d..4b3e34f50053ef3d29e0a80a7624a9ddb951f2e9 100644 (file)
@@ -309,7 +309,7 @@ UpdatableInset::RESULT
 InsetFormulaBase::localDispatch(BufferView * bv, kb_action action,
                            string const & arg)
 {
-       //lyxerr << "InsetFormulaBase::LocalDispatch: act: " << action
+       //lyxerr << "InsetFormulaBase::localDispatch: act: " << action
        //      << " arg: '" << arg << "' cursor: " << mathcursor << "\n";
 
        if (!mathcursor)