X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FMenuBackend.h;h=9ec013d278480b607d671fa33927ec18261597bd;hb=f212b483355d68e93132fb469814e13335d0886b;hp=7d2fd84a354d50e315e0060d5b608293d08aa012;hpb=94da7f7c835a9b2b45f9c8c2b1a5dd16683cc25b;p=lyx.git diff --git a/src/MenuBackend.h b/src/MenuBackend.h index 7d2fd84a35..9ec013d278 100644 --- a/src/MenuBackend.h +++ b/src/MenuBackend.h @@ -14,7 +14,7 @@ #define MENUBACKEND_H #include "FuncStatus.h" -#include "funcrequest.h" +#include "FuncRequest.h" #include @@ -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