зеркало из https://github.com/mozilla/pjs.git
small changes to clients of string converting APIs
This commit is contained in:
Родитель
c903fcccb1
Коммит
a68edcebf2
|
@ -4029,9 +4029,9 @@ InternetSearchDataSource::ParseHTML(nsIURI *aURL, nsIRDFResource *mParent, nsIRD
|
|||
// if no branding icon, use some default icons
|
||||
nsAutoString iconChromeDefault;
|
||||
|
||||
if (browserResultTypeStr=="category")
|
||||
if (browserResultTypeStr.Equals("category"))
|
||||
iconChromeDefault = "chrome://search/skin/category.gif";
|
||||
else if ((browserResultTypeStr=="result") && (!engineIconNode))
|
||||
else if ((browserResultTypeStr.Equals("result")) && (!engineIconNode))
|
||||
iconChromeDefault = "chrome://search/skin/result.gif";
|
||||
|
||||
if (iconChromeDefault.Length() > 0)
|
||||
|
|
Загрузка…
Ссылка в новой задаче