зеркало из https://github.com/mozilla/pjs.git
Another bustage fix for bug 361326.
This commit is contained in:
Родитель
c4aa5ba739
Коммит
ea2fc24466
|
@ -200,7 +200,10 @@ NS_IMETHODIMP nsAbOutlookDirectory::Init(const char *aUri)
|
||||||
return NS_ERROR_FAILURE;
|
return NS_ERROR_FAILURE;
|
||||||
}
|
}
|
||||||
|
|
||||||
prefix.AssignLiteral(mAbWinType == nsAbWinType_Outlook ? "OP " : "OE ");
|
if (mAbWinType == nsAbWinType_Outlook)
|
||||||
|
prefix.AssignLiteral("OP ");
|
||||||
|
else
|
||||||
|
prefix.AssignLiteral("OE ");
|
||||||
prefix.Append(unichars);
|
prefix.Append(unichars);
|
||||||
SetDirName(prefix.get());
|
SetDirName(prefix.get());
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче