]> git.lyx.org Git - features.git/blobdiff - src/LyXFunc.cpp
cosmetics
[features.git] / src / LyXFunc.cpp
index 0300b52b7597f5c216f8ceb985aca50f244fb15c..8ace0fb13a6427d2d78636f951ad8505b317fd96 100644 (file)
@@ -2141,7 +2141,7 @@ void LyXFunc::sendDispatchMessage(docstring const & msg, FuncRequest const & cmd
                }
        }
 
-       docstring const shortcuts = theTopLevelKeymap().printbindings(cmd);
+       docstring const shortcuts = theTopLevelKeymap().printBindings(cmd);
 
        if (!shortcuts.empty())
                comname += ": " + shortcuts;