aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/General
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Framework/General')
-rw-r--r--OpenSim/Framework/General/Util.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Framework/General/Util.cs b/OpenSim/Framework/General/Util.cs
index 9e687ba..b9f8e9c 100644
--- a/OpenSim/Framework/General/Util.cs
+++ b/OpenSim/Framework/General/Util.cs
@@ -108,8 +108,7 @@ namespace OpenSim.Framework.Utilities
108 108
109 // Windows 2000 / Pre-SP2 XP 109 // Windows 2000 / Pre-SP2 XP
110 if (System.Environment.OSVersion.Version.Major == 5 && ( 110 if (System.Environment.OSVersion.Version.Major == 5 && (
111 System.Environment.OSVersion.Version.Minor == 0 || 111 System.Environment.OSVersion.Version.Minor == 0))
112 System.Environment.OSVersion.ServicePack == "Service Pack 1"))
113 { 112 {
114 reason = "Please update to Windows XP Service Pack 2 or Server2003"; 113 reason = "Please update to Windows XP Service Pack 2 or Server2003";
115 return false; 114 return false;