X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FMenuBackend.h;h=07c115a2727d052cc42e978e9a084d38c3634c89;hb=ca339eb1991efcab02a5f1b7f33387b35df2a416;hp=0ac9ee3e20859495c84d639b8977d740e66480c0;hpb=39e79d8602920eefe36e898c9f415afb979521b2;p=lyx.git diff --git a/src/MenuBackend.h b/src/MenuBackend.h index 0ac9ee3e20..07c115a272 100644 --- a/src/MenuBackend.h +++ b/src/MenuBackend.h @@ -111,7 +111,7 @@ public: /// returns the status of the lfun associated with this entry void status(FuncStatus const & status) { status_ = status; } /** - * returns the binding associated to this action. + * returns the binding associated to this action. * Use the native UI format when \c forgui is true. */ docstring const binding(bool forgui) const;