Properly update the combo box selected text when the current item is changed, and...
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms / TextImageRelation.cs
old mode 100755 (executable)
new mode 100644 (file)
index 8aae933..70c6028
@@ -27,7 +27,6 @@
 //
 
 
-#if NET_2_0
 namespace System.Windows.Forms
 {
        public enum TextImageRelation
@@ -39,4 +38,3 @@ namespace System.Windows.Forms
                TextBeforeImage = 8
        }
 }
-#endif
\ No newline at end of file