Changeset 3602 for trunk/macosx/InfoWindowController.m
- Timestamp:
- Oct 27, 2007, 7:02:00 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/InfoWindowController.m
r3601 r3602 182 182 if (numberSelected > 0) 183 183 { 184 [fImageView setImage: [NSImage imageNamed: [NSApp isOnLeopardOrBetter]185 ? NSImageNameMultipleDocuments : @"NSApplicationIcon"]];184 [fImageView setImage: [NSImage imageNamed: /*[NSApp isOnLeopardOrBetter] 185 ? NSImageNameMultipleDocuments :*/ @"NSApplicationIcon"]]; 186 186 187 187 [fNameField setStringValue: [NSString stringWithFormat: NSLocalizedString(@"%d Torrents Selected",
Note: See TracChangeset
for help on using the changeset viewer.