Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog4
-rw-r--r--mcs/class/Managed.Windows.Forms/System.Windows.Forms/ColumnHeader.cs2
2 files changed, 5 insertions, 1 deletions
diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog b/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
index 56de57372e9..44867439851 100644
--- a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
+++ b/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
@@ -1,5 +1,9 @@
2007-06-06 Jonathan Pobst <monkey@jpobst.com>
+ * ColumnHeader.cs: corcompare fix.
+
+2007-06-06 Jonathan Pobst <monkey@jpobst.com>
+
* Button.cs: corcompare fixes.
* ButtonBase.cs: corcompare fixes, add ButtonBaseAccessibleObject.State.
diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ColumnHeader.cs b/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ColumnHeader.cs
index 1d652385b7d..f36dd2b7916 100644
--- a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ColumnHeader.cs
+++ b/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ColumnHeader.cs
@@ -36,7 +36,7 @@ namespace System.Windows.Forms
[DesignTimeVisible (false)]
[ToolboxItem (false)]
#if NET_2_0
- // XXX [TypeConverter (typeof (ColumnHeaderConverter))]
+ [TypeConverter (typeof (ColumnHeaderConverter))]
#endif
public class ColumnHeader : Component, ICloneable
{