]> git.lyx.org Git - lyx.git/commitdiff
Cosmetics
authorPavel Sanda <sanda@lyx.org>
Fri, 15 May 2009 15:42:45 +0000 (15:42 +0000)
committerPavel Sanda <sanda@lyx.org>
Fri, 15 May 2009 15:42:45 +0000 (15:42 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29676 a592a061-630c-0410-9148-cb99ea01b6c8

src/LyXAction.cpp

index 22c434335a5b176d582d0e9d322b8f9f50c38b41..7c55ecd6a59b7b4c7bd474516dd92c5e86fb0205 100644 (file)
@@ -1979,7 +1979,7 @@ void LyXAction::init()
 /*!
  * \var lyx::FuncCode lyx::LFUN_INSET_EDIT
  * \li Action: Edit the inset at cursor with an external application,
*             if one is attributed.
              if one is attributed.
  * \li Syntax: inset-edit [<INSET_PARAMS>]
  * \li Params: <INSET_PARAMS>: Parameters for the inset. \n
                                Currently only the filename will be considered.
@@ -2270,19 +2270,19 @@ void LyXAction::init()
  * \var lyx::FuncCode lyx::LFUN_INSET_SETTINGS
  * \li Action: Open the inset's properties dialog.
  * \li Notion: Used for bibitem, bibtex, box, branch, citation, ert, external,
*             float, graphics, href, include, index, index_print, label, listings,
*             note, phantom, ref, space, tabular, vspace, wrap insets.
              float, graphics, href, include, index, index_print, label, listings,
              note, phantom, ref, space, tabular, vspace, wrap insets.
  * \li Syntax: inset-settings <INSET>
  * \li Params: <INSET>: <bibitem|bibtex|box|branch|citation|ert|external|float|
*                       graphics|href|include|index|index_print|label|listings|
*                       note|phantom|ref|space|tabular|vspace|wrap>.
                        graphics|href|include|index|index_print|label|listings|
                        note|phantom|ref|space|tabular|vspace|wrap>.
  * \endvar
  */
                { LFUN_INSET_SETTINGS, "inset-settings", ReadOnly | AtPoint, Edit },
 /*!
  * \var lyx::FuncCode lyx::LFUN_INSET_TOGGLE
  * \li Action: Toggles the collapsable inset at cursor position,
*             or the inset we are currently in.
              or the inset we are currently in.
  * \li Syntax: inset-toggle [<ARG>]
  * \li Params: <ARG>: <open|close|toggle|assign>. \n
                open/close/toggle are for collapsable insets. toggle is used when no argument is given.\n