Bug 276002 Change nsContenUtils::Get/FormatLocalizedString to use nsXPIDLString to save on nsAutoString copies r=dbaron sr=bryner

git-svn-id: svn://10.0.0.236/trunk@167959 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
neil%parkwaycc.co.uk
2005-01-18 23:46:59 +00:00
parent 829c087314
commit e717d9b1f9
12 changed files with 30 additions and 37 deletions

View File

@@ -308,7 +308,7 @@ nsFileControlFrame::MouseClick(nsIDOMEvent* aMouseEvent)
do_QueryInterface(doc->GetScriptGlobalObject());
// Get Loc title
nsString title;
nsXPIDLString title;
nsContentUtils::GetLocalizedString(nsContentUtils::eFORMS_PROPERTIES,
"FileUpload", title);