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:
thayes%netscape.com 2001-02-07 17:35:40 +00:00
parent 9c1527faea
commit c7183a50ea

View File

@ -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;