mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 09:05:45 +00:00
bug 52674, changing url for privacy tutorial, r=dveditz,ben, a=verah,ben,dveditz,mcarlson,matt
This commit is contained in:
parent
0806ab5530
commit
7d03880efa
@ -398,7 +398,8 @@ function WalletDialog( which )
|
||||
window.openDialog("chrome://communicator/content/wallet/SignonViewer.xul","SSViewer","modal=yes,chrome,resizable=no","W");
|
||||
break;
|
||||
case "tutorial":
|
||||
window._content.location.href = 'chrome://communicator/locale/wallet/privacy.html';
|
||||
window._content.location.href =
|
||||
this.pref.getLocalizedUnicharPref("wallet.TutorialFromMenu");
|
||||
break;
|
||||
case "wallet":
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user