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

git-svn-id: svn://10.0.0.236/trunk@40723 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
nisheeth%netscape.com
1999-07-22 22:34:28 +00:00
parent 3b06f359e0
commit 16aa5a29e7
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;