Changeset 597
- Timestamp:
- Jul 16, 2006, 4:13:01 AM (16 years ago)
- Location:
- trunk
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Transmission.xcodeproj/project.pbxproj
r594 r597 253 253 4DCCBB3C09C3D71100D3CABF /* TorrentCell.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = TorrentCell.m; path = macosx/TorrentCell.m; sourceTree = "<group>"; }; 254 254 4DCCBB3D09C3D71100D3CABF /* TorrentCell.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = TorrentCell.h; path = macosx/TorrentCell.h; sourceTree = "<group>"; }; 255 4DDBB71909E16BAE00284745 /* transmissioncli */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = transmissioncli; sourceTree = BUILT_PRODUCTS_DIR; };255 4DDBB71909E16BAE00284745 /* transmissioncli */ = {isa = PBXFileReference; includeInIndex = 0; lastKnownFileType = "compiled.mach-o.executable"; path = transmissioncli; sourceTree = BUILT_PRODUCTS_DIR; }; 256 256 4DDBB71B09E16BF100284745 /* transmissioncli.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = transmissioncli.c; path = cli/transmissioncli.c; sourceTree = "<group>"; }; 257 257 4DDFDD20099A5D8E00189D81 /* DownloadBadge.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = DownloadBadge.png; path = macosx/Images/DownloadBadge.png; sourceTree = "<group>"; }; -
trunk/macosx/Controller.m
r594 r597 160 160 [fSpeedLimitButton setState: NSOnState]; 161 161 } 162 163 [[fSpeedLimitButton cell] setHighlightsBy: NSNoCellMask]; 162 164 163 165 [fActionButton setToolTip: @"Shortcuts for changing global settings."]; -
trunk/macosx/English.lproj/MainMenu.nib/classes.nib
r581 r597 44 44 fDownloadMenu = NSMenu; 45 45 fDownloadNoLimitItem = NSMenuItem; 46 fFilterBar = NSView;46 fFilterBar = FilterBarView; 47 47 fNameSortItem = NSMenuItem; 48 48 fNextInfoTabItem = NSMenuItem; -
trunk/macosx/English.lproj/MainMenu.nib/info.nib
r592 r597 12 12 <string>364 490 420 60 0 0 1152 842 </string> 13 13 <key>1603</key> 14 <string> 176 530477 65 0 0 1152 842 </string>14 <string>337 545 477 65 0 0 1152 842 </string> 15 15 <key>29</key> 16 16 <string>9 780 451 44 0 0 1152 842 </string>
Note: See TracChangeset
for help on using the changeset viewer.