aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorMelanie2009-11-26 18:04:58 +0000
committerMelanie2009-11-26 18:04:58 +0000
commitad2f0a1290b9260393a27291fdd8a1592222c368 (patch)
treeddfa97507264702c61ea063895f1b20fa457bb34 /OpenSim
parentUpdate CM version (diff)
downloadopensim-SC_OLD-ad2f0a1290b9260393a27291fdd8a1592222c368.zip
opensim-SC_OLD-ad2f0a1290b9260393a27291fdd8a1592222c368.tar.gz
opensim-SC_OLD-ad2f0a1290b9260393a27291fdd8a1592222c368.tar.bz2
opensim-SC_OLD-ad2f0a1290b9260393a27291fdd8a1592222c368.tar.xz
Remove OS version crap from about dialog
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Framework/Util.cs26
1 files changed, 13 insertions, 13 deletions
diff --git a/OpenSim/Framework/Util.cs b/OpenSim/Framework/Util.cs
index 87ba5a8..c052745 100644
--- a/OpenSim/Framework/Util.cs
+++ b/OpenSim/Framework/Util.cs
@@ -990,19 +990,19 @@ namespace OpenSim.Framework
990 { 990 {
991 string os = String.Empty; 991 string os = String.Empty;
992 992
993 if (Environment.OSVersion.Platform != PlatformID.Unix) 993// if (Environment.OSVersion.Platform != PlatformID.Unix)
994 { 994// {
995 os = Environment.OSVersion.ToString(); 995// os = Environment.OSVersion.ToString();
996 } 996// }
997 else 997// else
998 { 998// {
999 os = ReadEtcIssue(); 999// os = ReadEtcIssue();
1000 } 1000// }
1001 1001//
1002 if (os.Length > 45) 1002// if (os.Length > 45)
1003 { 1003// {
1004 os = os.Substring(0, 45); 1004// os = os.Substring(0, 45);
1005 } 1005// }
1006 1006
1007 return os; 1007 return os;
1008 } 1008 }