small changes to clients of string converting APIs
This commit is contained in:
@@ -430,7 +430,8 @@ NS_IMETHODIMP nsContentTreeOwner::SetTitle(const PRUnichar* aTitle)
|
||||
if(mTitlePreface.Length() > 0)
|
||||
{
|
||||
// Title will be: "Preface: Doc Title - Mozilla"
|
||||
title = mTitlePreface + docTitle;
|
||||
title = mTitlePreface;
|
||||
title.Append(docTitle);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user