Code cleanup. Bug 169536, r=jshin, sr=Neil

git-svn-id: svn://10.0.0.236/trunk@170282 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
smontagu%smontagu.org 2005-03-07 14:33:14 +00:00
parent 3236120a9a
commit 76003b4e11

View File

@ -140,8 +140,7 @@ nsresult nsCharsetConverterManager::GetBundleValue(nsIStringBundle * aBundle,
key.AssignWithConversion(aName);
ToLowerCase(key); // we lowercase the main comparison key
if (!aProp.IsEmpty()) // yes, this param may be NULL
key.Append(aProp);
key.Append(aProp);
return aBundle->GetStringFromName(key.get(), aResult);
}