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

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

[Dotgnu-pnet-commits] pnetlib/Basic/CompilerServices ObjectType.cs, 1.5,


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] pnetlib/Basic/CompilerServices ObjectType.cs, 1.5, 1.6 Utils.cs, 1.4, 1.5
Date: Mon, 13 Oct 2003 01:36:29 +0000

Update of /cvsroot/dotgnu-pnet/pnetlib/Basic/CompilerServices
In directory subversions:/tmp/cvs-serv8469/Basic/CompilerServices

Modified Files:
        ObjectType.cs Utils.cs 
Log Message:


Add missing resources for the "Microsoft.VisualBasic" assembly.


Index: ObjectType.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/Basic/CompilerServices/ObjectType.cs,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** ObjectType.cs       29 May 2003 08:07:00 -0000      1.5
--- ObjectType.cs       13 Oct 2003 01:36:27 -0000      1.6
***************
*** 661,665 ****
                                        {
                                                throw new InvalidCastException
!                                                       
(S._("VB_InvalidBitOrArguments"));
                                        }
                                        // Not reached.
--- 661,665 ----
                                        {
                                                throw new InvalidCastException
!                                                       
(S._("VB_InvalidBitXorArguments"));
                                        }
                                        // Not reached.

Index: Utils.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/Basic/CompilerServices/Utils.cs,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Utils.cs    29 May 2003 08:07:00 -0000      1.4
--- Utils.cs    13 Oct 2003 01:36:27 -0000      1.5
***************
*** 376,380 ****
                                        {
                                                throw new 
ArgumentOutOfRangeException
!                                                       ("d", 
S._("ArgRange_DateTimeRange"));
                                        }
                                }
--- 376,380 ----
                                        {
                                                throw new 
ArgumentOutOfRangeException
!                                                       ("d", 
S._("VB_DateTimeRange"));
                                        }
                                }





reply via email to

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