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:
authorJonathan Pobst <monkey@jpobst.com>2007-06-06 18:42:05 +0400
committerJonathan Pobst <monkey@jpobst.com>2007-06-06 18:42:05 +0400
commitb8e4e94993a1dc16a2ce3e2d00059b8b121d66f3 (patch)
treea53c6710890a50b9282a6704644803b41b899b06 /mcs/class/Managed.Windows.Forms/System.Windows.Forms/ColumnHeader.cs
parent8ab88d6d9644228778a14fc975f1f1eaecf5af2b (diff)
2007-06-06 Jonathan Pobst <monkey@jpobst.com>
* ColumnHeader.cs: corcompare fix. svn path=/trunk/mcs/; revision=78751
Diffstat (limited to 'mcs/class/Managed.Windows.Forms/System.Windows.Forms/ColumnHeader.cs')
-rw-r--r--mcs/class/Managed.Windows.Forms/System.Windows.Forms/ColumnHeader.cs2
1 files changed, 1 insertions, 1 deletions
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
{