From afa6389644e9642c401908f5635151d759f78904 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Mon, 14 Jan 2008 21:49:01 +0000 Subject: [PATCH] A little more explanation. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22560 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/LyXAction.cpp | 3 +++ 1 file changed, 3 insertions(+) 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, -- 2.39.5