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

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

[Dotgnu-pnet-commits] pnetlib/System.Drawing Bitmap.cs, 1.9, 1.10 Icon.c


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] pnetlib/System.Drawing Bitmap.cs, 1.9, 1.10 Icon.cs, 1.4, 1.5
Date: Tue, 25 Nov 2003 22:33:57 +0000

Update of /cvsroot/dotgnu-pnet/pnetlib/System.Drawing
In directory subversions:/tmp/cvs-serv32014/System.Drawing

Modified Files:
        Bitmap.cs Icon.cs 
Log Message:


Rename the System.Windows.Forms icon resources to match the naming
requirements of "<namespace>.<filename>.ico"; modify "Bitmap" and
"Icon" to use the correct form of "GetManifestResourceStream".


Index: Bitmap.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/System.Drawing/Bitmap.cs,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** Bitmap.cs   22 Nov 2003 23:34:26 -0000      1.9
--- Bitmap.cs   25 Nov 2003 22:33:55 -0000      1.10
***************
*** 83,87 ****
                        {
                                Stream stream = 
type.Module.Assembly.GetManifestResourceStream
!                                       (resource);
                                if(stream == null)
                                {
--- 83,87 ----
                        {
                                Stream stream = 
type.Module.Assembly.GetManifestResourceStream
!                                       (type, resource);
                                if(stream == null)
                                {

Index: Icon.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/System.Drawing/Icon.cs,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Icon.cs     2 Oct 2003 05:15:01 -0000       1.4
--- Icon.cs     25 Nov 2003 22:33:55 -0000      1.5
***************
*** 86,90 ****
                        {
                                Stream stream = 
type.Module.Assembly.GetManifestResourceStream
!                                       (resource);
                                if(stream == null)
                                {
--- 86,90 ----
                        {
                                Stream stream = 
type.Module.Assembly.GetManifestResourceStream
!                                       (type, resource);
                                if(stream == null)
                                {





reply via email to

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