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:
authorAndreia Gaita <avidigal@novell.com>2007-05-24 05:55:10 +0400
committerAndreia Gaita <avidigal@novell.com>2007-05-24 05:55:10 +0400
commit7ca758ed59ece40f5f5cfe40ff355a5974f4169e (patch)
tree66aa2ec8c63394b52ad77507939c86a954e425d9 /mcs/class/Managed.Windows.Forms/System.Windows.Forms/ColumnHeader.cs
parent5b0598898d338b442a0712cd240b03d8477d0d35 (diff)
2007-05-23 Andreia Gaita <avidigal@novell.com>
* ColumnHeader.cs: Add TypeConverter svn path=/trunk/mcs/; revision=77886
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 b6c3f5c9687..1d652385b7d 100644
--- a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ColumnHeader.cs
+++ b/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ColumnHeader.cs
@@ -220,7 +220,7 @@ namespace System.Windows.Forms
[Editor ("System.Windows.Forms.Design.ImageIndexEditor, " + Consts.AssemblySystem_Design,
"System.Drawing.Design.UITypeEditor, " + Consts.AssemblySystem_Drawing)]
[RefreshProperties (RefreshProperties.Repaint)]
- // XXX [TypeConverter (typeof (ImageKeyConverter))]
+ [TypeConverter (typeof (ImageKeyConverter))]
public string ImageKey {
get {
return image_key;