Increase TOC_ENTRY_LENGTH (#9579)

This commit is contained in:
Guillaume Munch 2015-10-02 19:48:59 +01:00
parent 40c51b77f2
commit b056358362

View File

@ -74,7 +74,7 @@ std::string insetName(InsetCode);
/// Eg, insetDisplayName(BRANCH_CODE) == _("Branch")
docstring insetDisplayName(InsetCode);
///
static int const TOC_ENTRY_LENGTH = 40;
static int const TOC_ENTRY_LENGTH = 128;
/// Common base class to all insets