diff --git a/suite/common/tasksOverlay.js b/suite/common/tasksOverlay.js index 61dd646da13..2b0aece76fe 100644 --- a/suite/common/tasksOverlay.js +++ b/suite/common/tasksOverlay.js @@ -383,6 +383,10 @@ function WalletDialog( which ) case "walletsites": window.openDialog("chrome://communicator/content/wallet/SignonViewer.xul","SSViewer","modal=yes,chrome,resizable=no","W"); break; + case "tutorial": + server = this.pref.getLocalizedUnicharPref("wallet.Samples"); + window._content.location.href = server + 'privacy.html'; + break; case "wallet": default: window.openDialog("chrome://communicator/content/wallet/WalletEditor.xul","walletEditor","modal=yes,chrome,resizable=no"); diff --git a/suite/common/tasksOverlay.xul b/suite/common/tasksOverlay.xul index 9081b91021b..fc3aafbdf0d 100644 --- a/suite/common/tasksOverlay.xul +++ b/suite/common/tasksOverlay.xul @@ -109,6 +109,8 @@ oncommand="WalletAction('imageBlock');"/> + + diff --git a/suite/locales/en-US/chrome/common/tasksOverlay.dtd b/suite/locales/en-US/chrome/common/tasksOverlay.dtd index 3eee83731f4..ce4fbc05638 100644 --- a/suite/locales/en-US/chrome/common/tasksOverlay.dtd +++ b/suite/locales/en-US/chrome/common/tasksOverlay.dtd @@ -65,6 +65,8 @@ + +