Explorar o código

2008-05-19 George Giolfan <[email protected]>

	* GroupBoxState.cs: Included in the 1.1 profile.

svn path=/trunk/mcs/; revision=103480
George Giolfan %!s(int64=17) %!d(string=hai) anos
pai
achega
02f27ecb35

+ 4 - 0
mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/ChangeLog

@@ -1,3 +1,7 @@
+2008-05-19  George Giolfan  <[email protected]>
+
+	* GroupBoxState.cs: Included in the 1.1 profile.
+
 2008-04-29  George Giolfan  <[email protected]>
 
 	* VisualStyleRenderer.cs: Added some code to eventually call CloseThemeData.

+ 5 - 4
mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/GroupBoxState.cs

@@ -26,13 +26,14 @@
 //	Jonathan Pobst ([email protected])
 //
 
-#if NET_2_0
 namespace System.Windows.Forms.VisualStyles
 {
-	public enum GroupBoxState
+#if NET_2_0
+	public
+#endif
+	enum GroupBoxState
 	{
 		Normal = 1,
 		Disabled = 2
 	}
-}
-#endif
+}