Cosmetics

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32660 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2009-12-28 16:06:36 +00:00
parent ebca4a0809
commit 7384d3dd35

View File

@ -2373,6 +2373,14 @@ void LyXAction::init()
* \endvar
*/
{ LFUN_ALL_INSETS_TOGGLE, "all-insets-toggle", ReadOnly, Edit },
/*!
* \var lyx::FuncCode lyx::LFUN_GRAPHICS_RELOAD
* \li Action: Reloads the image if necessary.
* \li Syntax: graphics-reload
* \li Origin: vfr, 10 Aug 2009
* \endvar
*/
{ LFUN_GRAPHICS_RELOAD, "graphics-reload", ReadOnly | AtPoint, Edit },
/*!
* \var lyx::FuncCode lyx::LFUN_SET_GRAPHICS_GROUP
* \li Action: Set the group for the graphics inset on the cursor position.
@ -3228,7 +3236,7 @@ void LyXAction::init()
of their combination. 0 is equivalent to disabling all debug
events. See lyx -dbg for the current list of debug levels
and their numbers.
* \li Origin: sanda, 28 Dec 2008
* \li Origin: sanda, 28 Dec 2009
* \endvar
*/
{ LFUN_DEBUG_LEVEL_SET, "debug-level-set", NoBuffer, System },
@ -3437,15 +3445,6 @@ void LyXAction::init()
*/
{ LFUN_SECTION_SELECT, "section-select", ReadOnly, Edit },
/*!
* \var lyx::FuncCode lyx::LFUN_GRAPHICS_RELOAD
* \li Action: Reloads the image if necessary.
* \li Syntax: graphics-reload
* \li Origin: vfr, 10 Aug 2009
* \endvar
*/
{ LFUN_GRAPHICS_RELOAD, "graphics-reload", ReadOnly | AtPoint, Edit },
{ LFUN_NOACTION, "", Noop, Hidden }
#ifndef DOXYGEN_SHOULD_SKIP_THIS