From 8ea62f226b7bfba08b212fcc8f94b660da099ce4 Mon Sep 17 00:00:00 2001 From: Guillaume Munch Date: Fri, 2 Oct 2015 19:44:36 +0100 Subject: [PATCH] Amend d5a5fbb8e (cosmetic) Bug #9579 --- src/TocBackend.h | 1 + src/insets/Inset.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/TocBackend.h b/src/TocBackend.h index 2668eb0643..9290d9c527 100644 --- a/src/TocBackend.h +++ b/src/TocBackend.h @@ -55,6 +55,7 @@ enum TocType { NOMENCL,//"nomencl" LISTING,//"listings" FLOAT,//"figure", "table", "algorithm", user-defined (from layout?) + MATH_MACRO,//"math-macro" SENSELESS,//"senseless" TOC_TYPE_COUNT } diff --git a/src/insets/Inset.h b/src/insets/Inset.h index 2cc7091a36..b0fab8e998 100644 --- a/src/insets/Inset.h +++ b/src/insets/Inset.h @@ -74,7 +74,7 @@ std::string insetName(InsetCode); /// Eg, insetDisplayName(BRANCH_CODE) == _("Branch") docstring insetDisplayName(InsetCode); /// -static int const TOC_ENTRY_LENGTH = 80; +static int const TOC_ENTRY_LENGTH = 128; /// Common base class to all insets -- 2.39.5