Format > Align menu item in Composer not reflecting justification; b=78869, r=mjudge, sr=jst
git-svn-id: svn://10.0.0.236/trunk@94614 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -1313,6 +1313,8 @@ nsEditorShell::GetAlignment(PRBool *aMixed, PRUnichar **_retval)
|
||||
tagStr.AssignWithConversion("center");
|
||||
else if (firstAlign == nsIHTMLEditor::eRight)
|
||||
tagStr.AssignWithConversion("right");
|
||||
else if (firstAlign == nsIHTMLEditor::eJustify)
|
||||
tagStr.AssignWithConversion("justify");
|
||||
*_retval = tagStr.ToNewUnicode();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user