make wallet editor accessible outside of firewall

This commit is contained in:
morse%netscape.com 1999-03-14 19:50:49 +00:00
Родитель 12aff64969
Коммит 7cb89717d0
2 изменённых файлов: 4 добавлений и 2 удалений

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

@ -1303,7 +1303,8 @@ wallet_RequestToPrefill(XP_List * list) {
return;
}
#define WALLET_EDITOR_URL "http://peoplestage/morse/wallet/walleted.html"
#define WALLET_EDITOR_URL "http://people.netscape.com/morse/wallet/walleted.html"
//#define WALLET_EDITOR_URL "http://peoplestage/morse/wallet/walleted.html"
//#define WALLET_EDITOR_URL "resource:/res/samples/walleted.html"
// bad!!! should pass the above URL as parameter to wallet_PostEdit
#define BREAK '\001'

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

@ -221,7 +221,8 @@ nsBrowserAppCore::Forward()
#ifdef ClientWallet
//#define WALLET_EDITOR_URL "resource:/res/samples/walleted.html"
#define WALLET_EDITOR_URL "http://peoplestage/morse/wallet/walleted.html"
//#define WALLET_EDITOR_URL "http://peoplestage/morse/wallet/walleted.html"
#define WALLET_EDITOR_URL "http://people.netscape.com/morse/wallet/walleted.html"
PRInt32
newWindow(char* urlName) {