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

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

[Dotgnu-pnet-commits] pnetlib/runtime/System/Reflection Assembly.cs, 1.


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] pnetlib/runtime/System/Reflection Assembly.cs, 1.32, 1.33
Date: Mon, 13 Oct 2003 00:58:28 +0000

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

Modified Files:
        Assembly.cs 
Log Message:


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


Index: Assembly.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/runtime/System/Reflection/Assembly.cs,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -d -r1.32 -r1.33
*** Assembly.cs 23 Aug 2003 01:44:53 -0000      1.32
--- Assembly.cs 13 Oct 2003 00:58:26 -0000      1.33
***************
*** 656,660 ****
                                {
                                        throw new ArgumentException
!                                               (_("ArgRange_StringNotEmpty"), 
"name");
                                }
                                return GetModuleInternal(name);
--- 656,660 ----
                                {
                                        throw new ArgumentException
!                                               (_("ArgRange_StringNonEmpty"), 
"name");
                                }
                                return GetModuleInternal(name);





reply via email to

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