From: Richard Heck Date: Mon, 14 Jan 2008 21:49:01 +0000 (+0000) Subject: A little more explanation. X-Git-Tag: 1.6.10~6607 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=afa6389644e9642c401908f5635151d759f78904;p=features.git A little more explanation. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22560 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index 9c002a92bf..074529c7a4 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -846,6 +846,9 @@ void LyXAction::init() where Name is the name of the new command and lfun is the lfun code to be executed (see e.g. command-sequence LFUN). \\def_file "FileName" allows to include another .def file. + This is particularly useful in connection with toolbar buttons: + Since the name of the button is derived from , a button + cannot otherwise be assigned to a complex command-sequence. * \li Syntax: call * \li Params: : Name of the command that must be called. can be consequently used in menu,