mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 05:25:26 +00:00
text.C: Vitaly Lipatov's small i18n fix
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5362 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
0381d4feb6
commit
c88522c8ce
@ -1,3 +1,8 @@
|
||||
|
||||
2002-10-07 André Pönitz <poenitz@gmx.net>
|
||||
|
||||
* text.C: Vitaly Lipatov's small i18n fix
|
||||
|
||||
2002-09-25 Angus Leeming <leeming@lyx.org>
|
||||
|
||||
* ispell.h: doxygen fix.
|
||||
|
@ -3280,8 +3280,8 @@ int LyXText::drawLengthMarker(DrawRowParams & p, string const & prefix,
|
||||
by2 = added ? end : (end - arrow_size);
|
||||
break;
|
||||
}
|
||||
case VSpace:: VFILL:
|
||||
str = prefix + " (vertical fill)";
|
||||
case VSpace::VFILL:
|
||||
str = prefix + _(" (vertical fill)");
|
||||
ty1 = ty2 = start;
|
||||
by1 = by2 = end;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user