Changeset 1889


Ignore:
Timestamp:
3/14/2010 11:52:53 AM (2 years ago)
Author:
lowjoel
Message:

Don't duplicate the Service Pack string.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/eraser6/Eraser.Util/BlackBox.cs

    r1876 r1889  
    218218                        string.IsNullOrEmpty(Environment.OSVersion.ServicePack) ? 
    219219                            string.Empty : 
    220                             string.Format("(Service Pack {0})", Environment.OSVersion.ServicePack), 
     220                            string.Format("({0})", Environment.OSVersion.ServicePack), 
    221221                        SystemInfo.WindowsEdition == WindowsEditions.Undefined ? 
    222222                            "" : SystemInfo.WindowsEdition.ToString(), 
Note: See TracChangeset for help on using the changeset viewer.