mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-03 08:28:25 +00:00
Move SCRIPT_CODE to the end to make sure the numbering is still correct.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36482 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
40b0f2f6b0
commit
8279da6e20
@ -115,8 +115,6 @@ enum InsetCode {
|
|||||||
///
|
///
|
||||||
PHANTOM_CODE,
|
PHANTOM_CODE,
|
||||||
///
|
///
|
||||||
SCRIPT_CODE,
|
|
||||||
///
|
|
||||||
MATH_AMSARRAY_CODE,
|
MATH_AMSARRAY_CODE,
|
||||||
///
|
///
|
||||||
MATH_ARRAY_CODE,
|
MATH_ARRAY_CODE,
|
||||||
@ -227,6 +225,8 @@ enum InsetCode {
|
|||||||
///
|
///
|
||||||
MATH_DIAGRAM_CODE,
|
MATH_DIAGRAM_CODE,
|
||||||
///
|
///
|
||||||
|
SCRIPT_CODE,
|
||||||
|
///
|
||||||
INSET_CODE_SIZE,
|
INSET_CODE_SIZE,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user