Changeset 4075
- Timestamp:
- Dec 5, 2007, 6:48:20 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/AUTHORS
r4017 r4075 11 11 Project Contributors 12 12 Nick Pucius (Mac OS X Help documentation) 13 Hugo van Heuven, madebysofa (Icon design, Mac toolbar icons) 14 Anthony Ryan (Redesigned icon, Mac inspector icons) 13 Hugo van Heuven, madebysofa (Main icon design) 15 14 16 15 Translators … … 45 44 46 45 Image Contributors 47 FOOOD 48 Martin Stadtmueller (Icon tweaking) 46 Anthony Ryan (Mac inspector icons) 49 47 Rick Patrick (Toolbar icons) 48 FOOOD 50 49 Mike Matas <http://www.mikematas.com/> (Previous toolbar icons) 51 50 Jonas Rask (Globe icon) -
trunk/macosx/BadgeView.m
r4074 r4075 65 65 { 66 66 #warning make better 67 [self badge: [NSImage imageNamed: @"UploadBadge"] string: @"Quitting" atHeight: 0.0];67 //[self badge: [NSImage imageNamed: @"UploadBadge"] string: @"Quitting" atHeight: 0.0]; 68 68 return; 69 69 } … … 73 73 if (checkDownload || checkUpload) 74 74 { 75 //set upload and download rate badges76 NSString * downloadRateString = nil, * uploadRateString = nil;77 78 75 float downloadRate, uploadRate; 79 76 tr_torrentRates(fLib, &downloadRate, &uploadRate); -
trunk/macosx/English.lproj/MainMenu.nib/info.nib
r4064 r4075 10 10 <integer>5</integer> 11 11 <key>IBOpenObjects</key> 12 <array> 13 <integer>1480</integer> 14 </array> 12 <array/> 15 13 <key>IBSystem Version</key> 16 14 <string>9B18</string>
Note: See TracChangeset
for help on using the changeset viewer.