dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] pnetlib/System Uri.cs,1.45,1.46


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] pnetlib/System Uri.cs,1.45,1.46
Date: Mon, 13 Oct 2003 00:58:27 +0000

Update of /cvsroot/dotgnu-pnet/pnetlib/System
In directory subversions:/tmp/cvs-serv25218/System

Modified Files:
        Uri.cs 
Log Message:


Add missing resources and fix tag name spelling mistakes in the source.


Index: Uri.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/System/Uri.cs,v
retrieving revision 1.45
retrieving revision 1.46
diff -C2 -d -r1.45 -r1.46
*** Uri.cs      8 Oct 2003 15:29:28 -0000       1.45
--- Uri.cs      13 Oct 2003 00:58:24 -0000      1.46
***************
*** 685,689 ****
                if(!CheckSchemeName(this.scheme))
                {
!                       throw new UriFormatException(S._("Arg_InvalidScheme"));
                }
                if(portString!= null)
--- 685,689 ----
                if(!CheckSchemeName(this.scheme))
                {
!                       throw new UriFormatException(S._("Arg_UriScheme"));
                }
                if(portString!= null)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]