composer background image broken source code; b=120662, r=brade, sr=kin, a=blizzard

This commit is contained in:
glazman%netscape.com 2002-01-21 09:30:02 +00:00
Родитель 518e4ed3ef
Коммит 5499ebc254
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -106,7 +106,7 @@ void ProcessExtendedValue(nsAReadableString * aInputString, nsAWritableString &
if (aPrependString) {
aOutputString.Append(NS_ConvertASCIItoUCS2(aPrependString));
}
aOutputString.Assign(*aInputString);
aOutputString.Append(*aInputString);
if (aAppendString) {
aOutputString.Append(NS_ConvertASCIItoUCS2(aAppendString));
}