]> git.lyx.org Git - lyx.git/blobdiff - src/MenuBackend.C
remove redundant lyxerr.debugging checks; macro LYXERR already checks whether the...
[lyx.git] / src / MenuBackend.C
index 50384a0f94ca83c7af888fc1f077cb4e0f595a78..001fd4657813acc690da3bdba0d3fca8c3d84128 100644 (file)
@@ -144,7 +144,7 @@ docstring const MenuItem::binding(bool forgui) const
        if (bindings.size()) {
                return bindings.begin()->print(forgui);
        } else {
-               lyxerr[Debug::KBMAP]
+               LYXERR(Debug::KBMAP)
                        << "No binding for "
                        << lyxaction.getActionName(func_.action)
                        << '(' << to_utf8(func_.argument()) << ')' << endl;