Remove OS version crap from about dialog
parent
bd3b9f79c2
commit
ad2f0a1290
|
@ -990,19 +990,19 @@ namespace OpenSim.Framework
|
||||||
{
|
{
|
||||||
string os = String.Empty;
|
string os = String.Empty;
|
||||||
|
|
||||||
if (Environment.OSVersion.Platform != PlatformID.Unix)
|
// if (Environment.OSVersion.Platform != PlatformID.Unix)
|
||||||
{
|
// {
|
||||||
os = Environment.OSVersion.ToString();
|
// os = Environment.OSVersion.ToString();
|
||||||
}
|
// }
|
||||||
else
|
// else
|
||||||
{
|
// {
|
||||||
os = ReadEtcIssue();
|
// os = ReadEtcIssue();
|
||||||
}
|
// }
|
||||||
|
//
|
||||||
if (os.Length > 45)
|
// if (os.Length > 45)
|
||||||
{
|
// {
|
||||||
os = os.Substring(0, 45);
|
// os = os.Substring(0, 45);
|
||||||
}
|
// }
|
||||||
|
|
||||||
return os;
|
return os;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue