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
parent 01661c620a
commit 61f5947d2c

View File

@ -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)) {