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:
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2006-01-20 04:19:45 +0300
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2006-01-20 04:19:45 +0300
commit0694b14ef614fcbbd9b12a2b1a5ccd202fe7089a (patch)
tree7fcd281a2dfe3d6231ff11c715775a4b373408b5
parent73cb750b0daf732d29578b5e91557a38a4e1cbd7 (diff)
Fix the name of the class that handles system.net/settings
svn path=/trunk/mono/; revision=55808
-rw-r--r--data/net_2_0/machine.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/net_2_0/machine.config b/data/net_2_0/machine.config
index 028b5492858..498755cddd4 100644
--- a/data/net_2_0/machine.config
+++ b/data/net_2_0/machine.config
@@ -35,7 +35,7 @@
</sectionGroup>
<sectionGroup name="system.net">
<section name="settings"
- type="System.Net.Configuration.NetConfigurationHandler, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
+ type="System.Net.Configuration.SettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<section name="connectionManagement"
type="System.Net.Configuration.ConnectionManagementHandler, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<section name="authenticationModules"