commit 8ea62f226b7bfba08b212fcc8f94b660da099ce4
Author: Guillaume Munch <[email protected]>
Date:   Fri Oct 2 19:44:36 2015 +0100

    Amend d5a5fbb8e (cosmetic)
    
    Bug #9579

diff --git a/src/TocBackend.h b/src/TocBackend.h
index 2668eb0..9290d9c 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 2cc7091..b0fab8e 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
 

Reply via email to