Update of /cvsroot/mahogany/M/src/util
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27039/src/util
Modified Files:
matchurl.cpp
Log Message:
added // to the URL schema strings
Index: matchurl.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/util/matchurl.cpp,v
retrieving revision 1.34
retrieving revision 1.35
diff -b -u -2 -r1.34 -r1.35
--- matchurl.cpp 20 Jul 2004 14:14:22 -0000 1.34
+++ matchurl.cpp 26 Jul 2004 12:26:22 -0000 1.35
@@ -478,9 +478,9 @@
{
// we detect a few common URL schemes
- addNewKeyword("http:");
- addNewKeyword("https:");
- addNewKeyword("mailto:");
- addNewKeyword("ftp:");
- addNewKeyword("file:");
+ addNewKeyword("http://");
+ addNewKeyword("https://");
+ addNewKeyword("mailto://");
+ addNewKeyword("ftp://");
+ addNewKeyword("file://");
// addNewKeyword("ftps:"); -- does anyone really uses this?
-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates