Changeset 5665 for trunk/Transmission.xcodeproj/project.pbxproj
- Timestamp:
- Apr 22, 2008, 1:25:53 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Transmission.xcodeproj/project.pbxproj
r5664 r5665 79 79 A20B6FA50C4D97840034AB1D /* PriorityNone.png in Resources */ = {isa = PBXBuildFile; fileRef = A20B6FA40C4D97840034AB1D /* PriorityNone.png */; }; 80 80 A20B6FAE0C4D9B040034AB1D /* PriorityNormal.png in Resources */ = {isa = PBXBuildFile; fileRef = A20B6FAD0C4D9B040034AB1D /* PriorityNormal.png */; }; 81 A20BFFB70D091CC700CE5D2B /* ToolbarSegmentedCell.m in Sources */ = {isa = PBXBuildFile; fileRef = A20BFFB60D091CC700CE5D2B /* ToolbarSegmentedCell.m */; }; 81 82 A21282A80CA6C66800EAEE0F /* StatusBarView.m in Sources */ = {isa = PBXBuildFile; fileRef = A21282A60CA6C66800EAEE0F /* StatusBarView.m */; }; 82 83 A215760B0C0D449A0057A26A /* NSBezierPathAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = A21576090C0D449A0057A26A /* NSBezierPathAdditions.m */; }; … … 448 449 A20B6FA40C4D97840034AB1D /* PriorityNone.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = PriorityNone.png; path = macosx/Images/PriorityNone.png; sourceTree = "<group>"; }; 449 450 A20B6FAD0C4D9B040034AB1D /* PriorityNormal.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = PriorityNormal.png; path = macosx/Images/PriorityNormal.png; sourceTree = "<group>"; }; 451 A20BFFB50D091CC700CE5D2B /* ToolbarSegmentedCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ToolbarSegmentedCell.h; path = macosx/ToolbarSegmentedCell.h; sourceTree = "<group>"; }; 452 A20BFFB60D091CC700CE5D2B /* ToolbarSegmentedCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ToolbarSegmentedCell.m; path = macosx/ToolbarSegmentedCell.m; sourceTree = "<group>"; }; 450 453 A21282A50CA6C66800EAEE0F /* StatusBarView.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = StatusBarView.h; path = macosx/StatusBarView.h; sourceTree = "<group>"; }; 451 454 A21282A60CA6C66800EAEE0F /* StatusBarView.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = StatusBarView.m; path = macosx/StatusBarView.m; sourceTree = "<group>"; }; … … 882 885 A21979890D07B78400438EA7 /* GroupToolbarItem.h */, 883 886 A219798A0D07B78400438EA7 /* GroupToolbarItem.m */, 887 A20BFFB50D091CC700CE5D2B /* ToolbarSegmentedCell.h */, 888 A20BFFB60D091CC700CE5D2B /* ToolbarSegmentedCell.m */, 884 889 A22180960D148A71007D09ED /* GroupsWindowController.h */, 885 890 A22180970D148A71007D09ED /* GroupsWindowController.m */, … … 1854 1859 A2C89D600CFCBF57004CC2BC /* ButtonToolbarItem.m in Sources */, 1855 1860 A219798B0D07B78400438EA7 /* GroupToolbarItem.m in Sources */, 1861 A20BFFB70D091CC700CE5D2B /* ToolbarSegmentedCell.m in Sources */, 1856 1862 3C7A11950D0B2EE300B5701F /* getgateway.c in Sources */, 1857 1863 3C7A11960D0B2EE300B5701F /* natpmp.c in Sources */,
Note: See TracChangeset
for help on using the changeset viewer.