Show inset-toggle in the ShortCuts dialog. (Why was this Hidden ?)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29182 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Vincent van Ravesteijn 2009-04-10 11:07:54 +00:00
parent 60d2b3295a
commit f71a2f708e

View 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.