Changeset 3097
- Timestamp:
- Sep 17, 2007, 9:01:31 PM (16 years ago)
- Location:
- trunk
- Files:
-
- 1 deleted
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Transmission.xcodeproj/project.pbxproj
r3066 r3097 99 99 A277DA0B0C693D9C00DA2CD4 /* ActionOn.png in Resources */ = {isa = PBXBuildFile; fileRef = A277DA090C693D9C00DA2CD4 /* ActionOn.png */; }; 100 100 A277DA0C0C693D9C00DA2CD4 /* ActionOff.png in Resources */ = {isa = PBXBuildFile; fileRef = A277DA0A0C693D9C00DA2CD4 /* ActionOff.png */; }; 101 A27A53570A06A76400E1F16F /* StatusSep.png in Resources */ = {isa = PBXBuildFile; fileRef = A27A53560A06A76400E1F16F /* StatusSep.png */; };102 101 A27ABC240A6ADE410020EC71 /* ImageBackgroundView.m in Sources */ = {isa = PBXBuildFile; fileRef = A27ABC220A6ADE410020EC71 /* ImageBackgroundView.m */; }; 103 102 A289EB0C0A33C56D00B082A3 /* ButtonBorder.png in Resources */ = {isa = PBXBuildFile; fileRef = A289EB0B0A33C56D00B082A3 /* ButtonBorder.png */; }; … … 441 440 A277DA090C693D9C00DA2CD4 /* ActionOn.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = ActionOn.png; path = macosx/Images/ActionOn.png; sourceTree = "<group>"; }; 442 441 A277DA0A0C693D9C00DA2CD4 /* ActionOff.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = ActionOff.png; path = macosx/Images/ActionOff.png; sourceTree = "<group>"; }; 443 A27A53560A06A76400E1F16F /* StatusSep.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = StatusSep.png; path = macosx/Images/StatusSep.png; sourceTree = "<group>"; };444 442 A27ABC210A6ADE410020EC71 /* ImageBackgroundView.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ImageBackgroundView.h; path = macosx/ImageBackgroundView.h; sourceTree = "<group>"; }; 445 443 A27ABC220A6ADE410020EC71 /* ImageBackgroundView.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = ImageBackgroundView.m; path = macosx/ImageBackgroundView.m; sourceTree = "<group>"; }; … … 806 804 A246004C0A6DCE4600D19088 /* SpeedLimitButtonPressed.png */, 807 805 A29597340A72A9E10057248B /* StatusBarBackground.png */, 808 A27A53560A06A76400E1F16F /* StatusSep.png */,809 806 A232D29D0A70903E00973B12 /* Filter.png */, 810 807 A253F6F20A698970008EE24F /* FilterBarBackground.png */, … … 1296 1293 4DDFDD22099A5D8E00189D81 /* DownloadBadge.png in Resources */, 1297 1294 4DDFDD23099A5D8E00189D81 /* UploadBadge.png in Resources */, 1298 A27A53570A06A76400E1F16F /* StatusSep.png in Resources */,1299 1295 A21DFF100A292B2B007C5F76 /* Transfers.png in Resources */, 1300 1296 A2912C540A2956E80097A0CA /* PrefsWindow.nib in Resources */, -
trunk/macosx/Controller.m
r3083 r3097 1710 1710 } 1711 1711 1712 #warning bindings?1713 1712 - (void) setSort: (id) sender 1714 1713 { -
trunk/macosx/English.lproj/MainMenu.nib/info.nib
r2945 r3097 10 10 <string>480 344 208 149 0 0 1680 1028 </string> 11 11 <key>1480</key> 12 <string> 366 546 420 63 0 0 1152 842</string>12 <string>264 673 420 63 0 0 1680 1028 </string> 13 13 <key>1603</key> 14 14 <string>601 669 477 67 0 0 1680 1028 </string> … … 38 38 <integer>1603</integer> 39 39 <integer>2043</integer> 40 <integer>1480</integer> 41 <integer>29</integer> 40 42 <integer>21</integer> 41 <integer>29</integer>42 43 </array> 43 44 <key>IBSystem Version</key>
Note: See TracChangeset
for help on using the changeset viewer.