Fix incorrect module name on chrome URL
git-svn-id: svn://10.0.0.236/trunk@86553 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
9c1527faea
commit
c7183a50ea
@ -134,7 +134,7 @@ nsNSSDialogs::SetPassword(nsIInterfaceRequestor *ctx,
|
||||
|
||||
rv = block->SetString(1, tokenName);
|
||||
rv = nsNSSDialogHelper::openDialog(nsnull,
|
||||
"chrome://pipnss/content/changepassword.xul",
|
||||
"chrome://pippki/content/changepassword.xul",
|
||||
PR_TRUE, block);
|
||||
if (NS_FAILED(rv)) return rv;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user