Changeset 725
- Timestamp:
- Aug 6, 2006, 7:35:03 PM (16 years ago)
- Location:
- trunk
- Files:
-
- 2 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Transmission.xcodeproj/project.pbxproj
r700 r725 116 116 A261F1E40A69A1B10002815A /* Growl.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = A261F1DB0A69A1610002815A /* Growl.framework */; }; 117 117 A26D450B0A0503AC00A10BB3 /* peermessages.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D1838A309DEC0430047D688 /* peermessages.h */; }; 118 A2710E770A86796000CE4F7D /* PrefsWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = A2710E750A86796000CE4F7D /* PrefsWindow.m */; }; 118 119 A27431DB0A68538400FA780A /* BarButton.m in Sources */ = {isa = PBXBuildFile; fileRef = A27431D90A68538400FA780A /* BarButton.m */; }; 119 120 A27A53570A06A76400E1F16F /* StatusSep.png in Resources */ = {isa = PBXBuildFile; fileRef = A27A53560A06A76400E1F16F /* StatusSep.png */; }; … … 313 314 A25FCDDE0A37695F002BCBBE /* ResumeSelected.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = ResumeSelected.png; path = macosx/Images/ResumeSelected.png; sourceTree = "<group>"; }; 314 315 A261F1DB0A69A1610002815A /* Growl.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Growl.framework; path = macosx/Growl.framework; sourceTree = "<group>"; }; 316 A2710E740A86796000CE4F7D /* PrefsWindow.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = PrefsWindow.h; path = macosx/PrefsWindow.h; sourceTree = "<group>"; }; 317 A2710E750A86796000CE4F7D /* PrefsWindow.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = PrefsWindow.m; path = macosx/PrefsWindow.m; sourceTree = "<group>"; }; 315 318 A27431D80A68538400FA780A /* BarButton.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = BarButton.h; path = macosx/BarButton.h; sourceTree = "<group>"; }; 316 319 A27431D90A68538400FA780A /* BarButton.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = BarButton.m; path = macosx/BarButton.m; sourceTree = "<group>"; }; … … 394 397 A27ABC210A6ADE410020EC71 /* ImageBackgroundView.h */, 395 398 A27ABC220A6ADE410020EC71 /* ImageBackgroundView.m */, 399 A2710E740A86796000CE4F7D /* PrefsWindow.h */, 400 A2710E750A86796000CE4F7D /* PrefsWindow.m */, 396 401 ); 397 402 name = Sources; … … 807 812 A27431DB0A68538400FA780A /* BarButton.m in Sources */, 808 813 A27ABC240A6ADE410020EC71 /* ImageBackgroundView.m in Sources */, 814 A2710E770A86796000CE4F7D /* PrefsWindow.m in Sources */, 809 815 ); 810 816 runOnlyForDeploymentPostprocessing = 0; -
trunk/macosx/English.lproj/PrefsWindow.nib/classes.nib
r655 r725 58 58 SUPERCLASS = NSWindowController; 59 59 }, 60 {CLASS = PrefsWindow; LANGUAGE = ObjC; SUPERCLASS = NSWindow; }, 60 61 { 61 62 ACTIONS = {checkForUpdates = id; }; -
trunk/macosx/English.lproj/PrefsWindow.nib/info.nib
r680 r725 14 14 <string>125 133 554 321 0 0 1152 842 </string> 15 15 <key>66</key> 16 <string> 212 526 554104 0 0 1152 842 </string>16 <string>353 613 538 104 0 0 1152 842 </string> 17 17 </dict> 18 18 <key>IBFramework Version</key> 19 19 <string>446.1</string> 20 <key>IBOpenObjects</key>21 <array>22 <integer>66</integer>23 </array>24 20 <key>IBSystem Version</key> 25 21 <string>8J135</string>
Note: See TracChangeset
for help on using the changeset viewer.