Ver Fonte

2006-05-24 Sebastien Pouliot <[email protected]>

	* ToolboxItem.cs: Update ComponentType property to match MS result.


svn path=/trunk/mcs/; revision=61078
Sebastien Pouliot há 19 anos atrás
pai
commit
ee31cbd02e

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

@@ -1,3 +1,7 @@
+2006-05-24  Sebastien Pouliot  <[email protected]>
+
+	* ToolboxItem.cs: Update ComponentType property to match MS result.
+
 2006-05-21  Sebastien Pouliot  <[email protected]>
 
 	* PropertyValueUIHandler.cs: Removed [Serializable] from 2.0 profile.

+ 1 - 1
mcs/class/System.Drawing/System.Drawing.Design/ToolboxItem.cs

@@ -125,7 +125,7 @@ namespace System.Drawing.Design
 		}
 
 		public virtual string ComponentType {
-			get { return "DotNET_ComponentType"; }
+			get { return ".NET Component"; }
 		}
 
 		public AssemblyName[] DependentAssemblies {