Changeset 2542


Ignore:
Timestamp:
Jul 29, 2007, 3:02:42 PM (16 years ago)
Author:
livings124
Message:

grammar and comment ;)

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LICENSE

    r2149 r2542  
    1 The Transmission binaries and most of its source code is
     1The Transmission binaries and most of its source code are
    22distributed under the MIT license.
    33
  • trunk/Transmission.xcodeproj/project.pbxproj

    r2541 r2542  
    321321                4DFBC2DE09C0970D00D5C571 /* Torrent.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = Torrent.m; path = macosx/Torrent.m; sourceTree = "<group>"; };
    322322                8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; name = Info.plist; path = macosx/Info.plist; sourceTree = "<group>"; };
    323                 8D1107320486CEB800E47090 /* Transmission.app */ = {isa = PBXFileReference; includeInIndex = 0; lastKnownFileType = wrapper.application; path = Transmission.app; sourceTree = BUILT_PRODUCTS_DIR; };
     323                8D1107320486CEB800E47090 /* Transmission.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Transmission.app; sourceTree = BUILT_PRODUCTS_DIR; };
    324324                A200B8390A2263BA007BBB1E /* InfoWindowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = InfoWindowController.h; path = macosx/InfoWindowController.h; sourceTree = "<group>"; };
    325325                A200B83A0A2263BA007BBB1E /* InfoWindowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = InfoWindowController.m; path = macosx/InfoWindowController.m; sourceTree = "<group>"; };
  • trunk/macosx/Torrent.m

    r2507 r2542  
    11121112        }
    11131113        else
    1114             [dic setObject: @"" forKey: @"Client"];
     1114            [dic setObject: @"" forKey: @"Client"]; //needed to be set here for client sort
    11151115       
    11161116        [peerDics addObject: dic];
Note: See TracChangeset for help on using the changeset viewer.