- Timestamp:
- Aug 20, 2006, 6:09:53 PM (16 years ago)
- Location:
- trunk/macosx
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/English.lproj/InfoWindow.nib/classes.nib
r789 r797 26 26 fDownloadingFromField = NSTextField; 27 27 fFileTable = NSTableView; 28 fFileTableStatusField = NSTextField; 28 29 fHashField = NSTextField; 29 30 fImageView = NSImageView; -
trunk/macosx/InfoWindowController.h
r796 r797 49 49 50 50 IBOutlet NSTableView * fFileTable; 51 IBOutlet NSTextField * fFileTableStatusField; 51 52 52 53 IBOutlet NSMatrix * fRatioMatrix; -
trunk/macosx/InfoWindowController.m
r796 r797 221 221 [fFileTable deselectAll: nil]; 222 222 [fFileTable reloadData]; 223 224 [fFileTableStatusField setStringValue: [NSString stringWithFormat: @"%d file%s", [fFiles count], 225 [fFiles count] == 1 ? "" : "s"]]; 223 226 } 224 227
Note: See TracChangeset
for help on using the changeset viewer.