]> git.lyx.org Git - features.git/blobdiff - src/MenuBackend.cpp
cosmetics
[features.git] / src / MenuBackend.cpp
index 25d9f74412184608d4b6a8cd2ce687036f839cc1..ac3cbfa33937f09778dcf08b3de347441eabb39c 100644 (file)
@@ -137,7 +137,7 @@ docstring const MenuItem::binding(bool forgui) const
 
        // Get the keys bound to this action, but keep only the
        // first one later
-       KeyMap::Bindings bindings = theTopLevelKeymap().findbindings(func_);
+       KeyMap::Bindings bindings = theTopLevelKeymap().findBindings(func_);
 
        if (bindings.size()) {
                return bindings.begin()->print(KeySequence::ForGui);