Changeset 3343
- Timestamp:
- Oct 10, 2007, 1:51:03 AM (15 years ago)
- Location:
- trunk
- Files:
-
- 3 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/AUTHORS
r2853 r3343 46 46 Martin Stadtmueller (Icon tweaking) 47 47 Mike Matas <http://www.mikematas.com/> (Previous toolbar icons) 48 Anthony Ryan (Inspector icons) 48 49 Jonas Rask (Globe icon) 49 50 George Tsotsos -
trunk/Transmission.xcodeproj/project.pbxproj
r3316 r3343 144 144 A2D4F0830A915F6600890C32 /* RedDot.tiff in Resources */ = {isa = PBXBuildFile; fileRef = A2D4F0820A915F6600890C32 /* RedDot.tiff */; }; 145 145 A2D4F0850A915F7200890C32 /* GreenDot.tiff in Resources */ = {isa = PBXBuildFile; fileRef = A2D4F0840A915F7200890C32 /* GreenDot.tiff */; }; 146 A2DA362A0CBC674900C2ED41 /* InfoActivity.png in Resources */ = {isa = PBXBuildFile; fileRef = A2DA36270CBC674900C2ED41 /* InfoActivity.png */; }; 147 A2DA362B0CBC674900C2ED41 /* InfoFiles.png in Resources */ = {isa = PBXBuildFile; fileRef = A2DA36280CBC674900C2ED41 /* InfoFiles.png */; }; 148 A2DA362C0CBC674900C2ED41 /* InfoPeers.png in Resources */ = {isa = PBXBuildFile; fileRef = A2DA36290CBC674900C2ED41 /* InfoPeers.png */; }; 146 149 A2DF37070C220D03006523C1 /* CreatorWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = A2DF37050C220D03006523C1 /* CreatorWindowController.m */; }; 147 150 A2E23AC60CB5E1930002BB25 /* InfoTabButtonCell.m in Sources */ = {isa = PBXBuildFile; fileRef = A2E23AC40CB5E1930002BB25 /* InfoTabButtonCell.m */; }; … … 514 517 A2D689100CB498F2009BEC3A /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = macosx/English.lproj/Creator.nib; sourceTree = "<group>"; }; 515 518 A2D6891B0CB4990E009BEC3A /* English */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = English; path = macosx/English.lproj/Localizable.strings; sourceTree = "<group>"; }; 519 A2DA36270CBC674900C2ED41 /* InfoActivity.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = InfoActivity.png; path = macosx/Images/InfoActivity.png; sourceTree = "<group>"; }; 520 A2DA36280CBC674900C2ED41 /* InfoFiles.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = InfoFiles.png; path = macosx/Images/InfoFiles.png; sourceTree = "<group>"; }; 521 A2DA36290CBC674900C2ED41 /* InfoPeers.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = InfoPeers.png; path = macosx/Images/InfoPeers.png; sourceTree = "<group>"; }; 516 522 A2DF37040C220D03006523C1 /* CreatorWindowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CreatorWindowController.h; path = macosx/CreatorWindowController.h; sourceTree = "<group>"; }; 517 523 A2DF37050C220D03006523C1 /* CreatorWindowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CreatorWindowController.m; path = macosx/CreatorWindowController.m; sourceTree = "<group>"; }; … … 839 845 A26E75950CB6AB4800226674 /* InfoGeneral.png */, 840 846 A26E75870CB6AA7500226674 /* InfoOptions.png */, 847 A2DA36270CBC674900C2ED41 /* InfoActivity.png */, 848 A2DA36280CBC674900C2ED41 /* InfoFiles.png */, 849 A2DA36290CBC674900C2ED41 /* InfoPeers.png */, 841 850 ); 842 851 name = Resources; … … 1379 1388 A22A067E0CB83507009694FE /* InfoTabBack.tif in Resources */, 1380 1389 A22A06980CB83880009694FE /* InfoTabBorder.tif in Resources */, 1390 A2DA362A0CBC674900C2ED41 /* InfoActivity.png in Resources */, 1391 A2DA362B0CBC674900C2ED41 /* InfoFiles.png in Resources */, 1392 A2DA362C0CBC674900C2ED41 /* InfoPeers.png in Resources */, 1381 1393 ); 1382 1394 runOnlyForDeploymentPostprocessing = 0;
Note: See TracChangeset
for help on using the changeset viewer.