Update of /cvsroot/mahogany/M/src/util
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2587/src/util
Modified Files:
matchurl.cpp
Log Message:
deccreased the min length of a wrapped URL, some people use really narrow screens
apparently
Index: matchurl.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/util/matchurl.cpp,v
retrieving revision 1.36
retrieving revision 1.37
diff -b -u -2 -r1.36 -r1.37
--- matchurl.cpp 12 Sep 2004 21:41:44 -0000 1.36
+++ matchurl.cpp 13 Sep 2004 22:13:04 -0000 1.37
@@ -677,5 +677,5 @@
// the next one? also check if it's really long enough to be wrapped:
// the short URLs normally shouldn't be wrapped
- static const size_t URL_WRAP_LEN = 50; // min len of wrapped URL
+ static const size_t URL_WRAP_LEN = 30; // min len of wrapped URL
if ( p[0] != '\r' || p[1] != '\n'
|| lenURL < URL_WRAP_LEN
-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates