]> git.lyx.org Git - lyx.git/blobdiff - src/MenuBackend.h
Fix encoding of converters path and arguments
[lyx.git] / src / MenuBackend.h
index 7d2fd84a354d50e315e0060d5b608293d08aa012..903b130630f4c1942ececb41e4a5964d7985e4ff 100644 (file)
@@ -110,8 +110,11 @@ public:
        FuncStatus & status() { return status_; }
        /// returns the status of the lfun associated with this entry
        void status(FuncStatus const & status) { status_ = status; }
-       /// returns the binding associated to this action
-       docstring const binding() const;
+       /**
+        * returns the binding associated to this action.        
+        * Use the native UI format when \c forgui is true.
+        */
+       docstring const binding(bool forgui) const;
        /// the description of the  submenu (if relevant)
        docstring const & submenuname() const { return submenuname_; }
        /// set the description of the  submenu