From: Vincent van Ravesteijn Date: Fri, 10 Apr 2009 11:07:54 +0000 (+0000) Subject: Show inset-toggle in the ShortCuts dialog. (Why was this Hidden ?) X-Git-Tag: 2.0.0~6876 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=f71a2f708ef2e2ba02871e18189f1db87ed62036;p=features.git 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 --- 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.