]> git.lyx.org Git - features.git/commitdiff
Amend d5a5fbb8e (cosmetic)
authorGuillaume Munch <gm@lyx.org>
Fri, 2 Oct 2015 18:44:36 +0000 (19:44 +0100)
committerGuillaume Munch <gm@lyx.org>
Fri, 2 Oct 2015 18:47:46 +0000 (19:47 +0100)
Bug #9579

src/TocBackend.h
src/insets/Inset.h

index 2668eb0643335cf04b3ddfa507a7f18f8e003a7b..9290d9c5273b5733c9e326ad614f832fef8f9cc2 100644 (file)
@@ -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
 }
index 2cc7091a364bcc8c70d0dd57430950ab595a9ba6..b0fab8e9984c9c6886a0d4dc363bcb1df75afaaf 100644 (file)
@@ -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