From 92b9320e72a5b47a7e04d0a55f7c9238b35286ce Mon Sep 17 00:00:00 2001 From: "alecf%netscape.com" Date: Sat, 8 Jan 2000 09:05:16 +0000 Subject: [PATCH] oops, fix case change (thanks seth) --- mailnews/base/prefs/resources/content/AccountWizard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mailnews/base/prefs/resources/content/AccountWizard.js b/mailnews/base/prefs/resources/content/AccountWizard.js index 43ef1e7e1985..680b40c1a735 100644 --- a/mailnews/base/prefs/resources/content/AccountWizard.js +++ b/mailnews/base/prefs/resources/content/AccountWizard.js @@ -256,7 +256,7 @@ function createAccount(hash) { try { // look for anything that is of type "none". // "none" is the type for "Local Mail" - localMailServer = am.findServer("","","none"); + localMailServer = am.FindServer("","","none"); } catch (ex) { dump("exception in findserver: " + ex + "\n");