bug 48742, change name of server for privacy tutorial, r=dveditz

This commit is contained in:
morse%netscape.com 2006-07-29 05:34:14 +00:00
Родитель e3ea0b5d9b
Коммит 9dd1545836
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -385,7 +385,8 @@ function WalletDialog( which )
break;
case "tutorial":
server = this.pref.getLocalizedUnicharPref("wallet.Samples");
window._content.location.href = server + 'privacy.html';
window._content.location.href = 'http://www.mozilla.org/wallet/samples/privacy.html';
// window._content.location.href = server + 'privacy.html';
break;
case "wallet":
default: