Merge pull request #1034 from joelmartinez/msdoc-import2
[mono.git] / mcs / class / System / Microsoft.Win32 / UserPreferenceCategory.cs
index 62eadc3f47f77baa83f6524b26cdc4d2b1d074fc..0c162a375fcc6c8f5e4ae8f074ae33e2c3a3ce2a 100644 (file)
@@ -5,8 +5,7 @@
 //  Johannes Roith (johannes@jroith.de)\r
 //\r
 // (C) 2002 Johannes Roith\r
-//\r
-
+// Copyright (C) 2005 Novell, Inc (http://www.novell.com)
 //
 // Permission is hereby granted, free of charge, to any person obtaining
 // a copy of this software and associated documentation files (the
 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
+
 namespace Microsoft.Win32 {\r
 \r
-       /// <summary>\r
-       /// </summary>\r
-       public enum UserPreferenceCategory : int {\r
+       public enum UserPreferenceCategory {
+\r
                Accessibility = 1,\r
                Color = 2,\r
                Desktop = 3,\r
@@ -44,6 +43,7 @@ namespace Microsoft.Win32 {
                Power = 10,\r
                Screensaver = 11,\r
                Window = 12,\r
-               Locale = 13\r
-       };\r
+               Locale = 13,
+               VisualStyle
+       }\r
 }\r