i collided with string bundle changes. fixing build bustage. r=valeski@netscape.com, a=buildgods
git-svn-id: svn://10.0.0.236/trunk@93316 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
67ab2e854f
commit
95f4812c45
@ -835,7 +835,7 @@ nsFtpState::S_user() {
|
||||
if (NS_FAILED(rv)) return rv;
|
||||
|
||||
nsCOMPtr<nsIStringBundle> bundle;
|
||||
rv = bundleService->CreateBundle(NECKO_MSGS_URL, nsnull, getter_AddRefs(bundle));
|
||||
rv = bundleService->CreateBundle(NECKO_MSGS_URL, getter_AddRefs(bundle));
|
||||
|
||||
|
||||
nsXPIDLString formatedString;
|
||||
@ -931,7 +931,7 @@ nsFtpState::S_pass() {
|
||||
if (NS_FAILED(rv)) return rv;
|
||||
|
||||
nsCOMPtr<nsIStringBundle> bundle;
|
||||
rv = bundleService->CreateBundle(NECKO_MSGS_URL, nsnull, getter_AddRefs(bundle));
|
||||
rv = bundleService->CreateBundle(NECKO_MSGS_URL, getter_AddRefs(bundle));
|
||||
|
||||
nsXPIDLString formatedString;
|
||||
const PRUnichar *formatStrings[2] = { mUsername.GetUnicode(), hostU.GetUnicode() };
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user