]> git.lyx.org Git - lyx.git/blobdiff - src/KeyMap.h
Update it.po
[lyx.git] / src / KeyMap.h
index cc7c15595915cf3ec9ea94e65125f8e4d964536c..f76fa85f2adf63a0018ce82d42b56dd34ed78965 100644 (file)
@@ -106,7 +106,8 @@ public:
        Bindings findBindings(FuncRequest const & func) const;
 
        /// Given an action, print the keybindings.
-       docstring printBindings(FuncRequest const & func) const;
+       docstring printBindings(FuncRequest const & func,
+                               KeySequence::outputFormat format) const;
 
        struct Binding {
                Binding(FuncRequest const & r, KeySequence const & s, ItemType t)