Merge pull request #364 from directhex/master
[mono.git] / mcs / class / System.Configuration / System.Configuration / ConfigurationSaveMode.cs
index 8dc78662d5ac6dcd5775bf80d2a0afef012babfb..47f65000d20e36104a54a05279b086ef703b3830 100644 (file)
@@ -33,7 +33,7 @@ namespace System.Configuration
         {
                 Minimal = 1,
                 Full = 2,
-                Modified = 3
+                Modified = 0
         }
 }
 #endif