* ToolboxItem.cs: Update ComponentType property to match MS result. svn path=/trunk/mcs/; revision=61078
@@ -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.
@@ -125,7 +125,7 @@ namespace System.Drawing.Design
}
public virtual string ComponentType {
- get { return "DotNET_ComponentType"; }
+ get { return ".NET Component"; }
public AssemblyName[] DependentAssemblies {