fixes blocker 126558; r=brade,jrancis, sr=alecf, a=rods;
thanks to kin for cleaning up my "replace all" accident
This commit is contained in:
Родитель
2febacbd29
Коммит
d5286748bb
|
@ -1238,7 +1238,7 @@ nsHTMLEditRules::WillInsertText(PRInt32 aAction,
|
|||
}
|
||||
else
|
||||
{
|
||||
NS_NAMED_LITERAL_STRING(tabStr, " ");
|
||||
NS_NAMED_LITERAL_STRING(tabStr, "\t");
|
||||
NS_NAMED_LITERAL_STRING(spacesStr, " ");
|
||||
char specialChars[] = {'\t','\n',0};
|
||||
while (unicodeBuf && (pos != -1) && (pos < (PRInt32)inString->Length()))
|
||||
|
|
Загрузка…
Ссылка в новой задаче