From f71a2f708ef2e2ba02871e18189f1db87ed62036 Mon Sep 17 00:00:00 2001 From: Vincent van Ravesteijn Date: Fri, 10 Apr 2009 11:07:54 +0000 Subject: [PATCH] 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 --- src/LyXAction.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index d9da017dc0..4fe47081af 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -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. -- 2.39.2