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:
André Pönitz 2002-10-07 09:42:00 +00:00
parent 0381d4feb6
commit c88522c8ce
2 changed files with 7 additions and 2 deletions

View File

@ -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.

View File

@ -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;