Bug 435856: Bidi processing disabled after printing. r+sr=roc

This commit is contained in:
Simon Montagu 2008-06-14 23:56:04 -07:00
Родитель c4a4a71758
Коммит ecb7260656
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -371,7 +371,7 @@ nsPageFrame::DrawHeaderFooter(nsIRenderingContext& aRenderingContext,
return; // bail if couldn't find the correct length
}
// Use this form rather than SetBidiEnabled(HasRTLChars(str)) so as not to
// Use this form rather than SetBidiEnabled(HasRTLChars(str)) so as not to
// turn off bidi processing when printing a page with bidi content in the
// page but not in the print headers.
if (HasRTLChars(str)) {