Selaa lähdekoodia

Add new non-standard size icons, 10x16 and 11x22.

svn path=/trunk/mcs/; revision=71067
Sebastien Pouliot 19 vuotta sitten
vanhempi
sitoutus
12cf6612f7
2 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  1. 4 0
      mcs/class/System.Drawing/ChangeLog
  2. 1 0
      mcs/class/System.Drawing/Makefile

+ 4 - 0
mcs/class/System.Drawing/ChangeLog

@@ -1,3 +1,7 @@
+2007-01-15  Sebastien Pouliot  <[email protected]>
+
+	* Makefile: Add new non-standard size icons, 10x16 and 11x22.
+
 2007-01-15  Sebastien Pouliot  <[email protected]> 
 
 	* Makefile: Add new test icon 32bpp.ico for newer, XP, ARGB icons.

+ 1 - 0
mcs/class/System.Drawing/Makefile

@@ -43,6 +43,7 @@ EXTRA_DISTFILES = Test/resources/indexed.png	\
 	Test/System.Drawing/bitmaps/64x64x256.ico	\
 	Test/System.Drawing/bitmaps/96x96x256.ico	\
 	Test/System.Drawing/bitmaps/32bpp.ico	\
+	Test/System.Drawing/bitmaps/80509.ico	\
 	Assembly/Application.ico	\
 	Assembly/Asterisk.ico		\
 	Assembly/Error.ico		\