mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-07 11:56:51 +00:00
Another bustage fix for bug 361326.
This commit is contained in:
parent
54866bcb79
commit
602e1efc49
@ -200,7 +200,10 @@ NS_IMETHODIMP nsAbOutlookDirectory::Init(const char *aUri)
|
||||
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);
|
||||
SetDirName(prefix.get());
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user