Removed an extra space from the string displayed in the title bar.
git-svn-id: svn://10.0.0.236/trunk@38650 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
afe7e32565
commit
d3ba9c6014
@ -432,7 +432,7 @@ nsImageDocument::EndLayout(nsIURI* aURL,
|
||||
titleStr.Append((PRInt32)width);
|
||||
titleStr.Append("x");
|
||||
titleStr.Append((PRInt32)height);
|
||||
titleStr.Append(" pixels ");
|
||||
titleStr.Append(" pixels");
|
||||
}
|
||||
SetTitle(titleStr);
|
||||
return NS_OK;
|
||||
|
||||
@ -432,7 +432,7 @@ nsImageDocument::EndLayout(nsIURI* aURL,
|
||||
titleStr.Append((PRInt32)width);
|
||||
titleStr.Append("x");
|
||||
titleStr.Append((PRInt32)height);
|
||||
titleStr.Append(" pixels ");
|
||||
titleStr.Append(" pixels");
|
||||
}
|
||||
SetTitle(titleStr);
|
||||
return NS_OK;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user