Changeset 5915
- Timestamp:
- May 23, 2008, 4:56:03 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Transmission.xcodeproj/project.pbxproj
r5905 r5915 2460 2460 GCC_ENABLE_OBJC_EXCEPTIONS = YES; 2461 2461 GCC_GENERATE_DEBUGGING_SYMBOLS = NO; 2462 GCC_WARN_UNUSED_FUNCTION = NO; 2462 2463 GCC_WARN_UNUSED_VARIABLE = NO; 2463 2464 MACOSX_DEPLOYMENT_TARGET = 10.4; … … 2478 2479 GCC_ENABLE_OBJC_EXCEPTIONS = YES; 2479 2480 GCC_GENERATE_DEBUGGING_SYMBOLS = YES; 2481 GCC_WARN_UNUSED_FUNCTION = NO; 2480 2482 GCC_WARN_UNUSED_VARIABLE = NO; 2481 2483 MACOSX_DEPLOYMENT_TARGET = 10.4; -
trunk/macosx/FileNameCell.m
r5904 r5915 144 144 specialColor = [NSColor whiteColor]; 145 145 else if ([[(FileOutlineView *)[self controlView] torrent] checkForFiles: 146 146 [(FileListNode *)[self objectValue] indexes]] == NSOffState) 147 147 specialColor = [NSColor disabledControlTextColor]; 148 148 else; -
trunk/macosx/StatsWindowController.m
r5914 r5915 200 200 break; 201 201 case 0: //for users that have this problem 202 [fNumOpenedField setStringValue: NSLocalizedString(@" n/a", "stats window -> times opened")];202 [fNumOpenedField setStringValue: NSLocalizedString(@"N/A", "stats window -> times opened")]; 203 203 break; 204 204 default: -
trunk/macosx/TorrentTableView.m
r5907 r5915 688 688 [item setState: mode == NSMixedState ? NSOnState : NSOffState]; 689 689 } 690 else 690 else //assume the menu is part of the file list 691 691 { 692 692 if ([menu numberOfItems] > 0)
Note: See TracChangeset
for help on using the changeset viewer.