mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
ane names to the LyXSizeNames array.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2814 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
61104e3a27
commit
2c9a2bf367
@ -1,3 +1,8 @@
|
||||
2001-09-27 Angus Leeming <a.leeming@ic.ac.uk>
|
||||
|
||||
* lyxfont.C (LyXSizeNames): changed increase-error to increase
|
||||
and decrease-error to decrease.
|
||||
|
||||
2001-09-27 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
||||
|
||||
* text2.C (deleteEmptyParagraphMechanism): reformat a bit to make
|
||||
|
@ -77,7 +77,7 @@ char const * LyXShapeNames[6] =
|
||||
char const * LyXSizeNames[14] =
|
||||
{ "tiny", "scriptsize", "footnotesize", "small", "normal", "large",
|
||||
"larger", "largest", "huge", "giant",
|
||||
"increase-error", "decrease-error", "default", "error" };
|
||||
"increase", "decrease", "default", "error" };
|
||||
|
||||
char const * LyXMiscNames[5] =
|
||||
{ "off", "on", "toggle", "default", "error" };
|
||||
|
Loading…
Reference in New Issue
Block a user