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:
glazman%netscape.com
2001-05-11 08:25:35 +00:00
parent 6b6fa0b353
commit 8c3f5497ef
2 changed files with 4 additions and 0 deletions

View File

@@ -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();
}
}