зеркало из https://github.com/mozilla/pjs.git
Track change in editor API
This commit is contained in:
Родитель
e2b7356921
Коммит
7902d3e4ac
|
@ -88,11 +88,11 @@ static nsresult PrintEditorOutput(nsIHTMLEditor* editor, PRInt32 aCommandID)
|
|||
switch (aCommandID)
|
||||
{
|
||||
case VIEWER_DISPLAYTEXT:
|
||||
gEditor->OutputText(outString);
|
||||
gEditor->OutputTextToString(outString);
|
||||
break;
|
||||
|
||||
case VIEWER_DISPLAYHTML:
|
||||
gEditor->OutputHTML(outString);
|
||||
gEditor->OutputHTMLToString(outString);
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче