Fix for bug 10028. We handle mixed case mailto urls properly now.

This commit is contained in:
nisheeth@netscape.com
1999-07-22 22:34:28 +00:00
parent f974dbbb73
commit 62230398c2
5 changed files with 5 additions and 5 deletions

View File

@@ -2000,7 +2000,7 @@ nsWebShell::LoadURL(const PRUnichar *aURLSpec,
//Take care of mailto: url
nsIWebShell * root= nsnull;
PRInt32 index = urlSpec.Find("mailto:");
PRInt32 index = urlSpec.Find("mailto:", PR_TRUE);
PRBool isMail= PR_FALSE, isBrowser = PR_FALSE;
if (index == 0) {
isMail = PR_TRUE;