mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
parent
86d42bc5eb
commit
8ea62f226b
@ -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
|
||||
}
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user