]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetInfo.cpp
cosmetics
[features.git] / src / insets / InsetInfo.cpp
index 8bb9624f6759f8e840ea9e9e90f5c81fe1067151..ec4fdcde5357539457f4bce0b130e0cdd46dcc8c 100644 (file)
@@ -182,7 +182,7 @@ void InsetInfo::updateInfo()
        case SHORTCUT_INFO: {
                FuncRequest func = lyxaction.lookupFunc(name_);
                if (func.action != LFUN_UNKNOWN_ACTION)
-                       setText(theTopLevelKeymap().printbindings(func),
+                       setText(theTopLevelKeymap().printBindings(func),
                                bp_.getFont(), false);
                break;
        }