]> git.lyx.org Git - features.git/commitdiff
Show inset-toggle in the ShortCuts dialog. (Why was this Hidden ?)
authorVincent van Ravesteijn <vfr@lyx.org>
Fri, 10 Apr 2009 11:07:54 +0000 (11:07 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Fri, 10 Apr 2009 11:07:54 +0000 (11:07 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29182 a592a061-630c-0410-9148-cb99ea01b6c8

src/LyXAction.cpp

index d9da017dc07d856dff77dd0c86eba6d44cd726cf..4fe47081af70cf0c880547951821f94fa31710e8 100644 (file)
@@ -2258,7 +2258,7 @@ void LyXAction::init()
  * \li Origin: lasgouttes, 19 Jul 2001
  * \endvar
  */
-               { LFUN_INSET_TOGGLE, "inset-toggle", ReadOnly | AtPoint, Hidden },
+               { LFUN_INSET_TOGGLE, "inset-toggle", ReadOnly | AtPoint, Edit },
 /*!
  * \var lyx::FuncCode lyx::LFUN_ALL_INSETS_TOGGLE
  * \li Action: Toggles (open/closes) all collapsable insets (of a given type) in the document.