Changeset 797 for trunk/macosx/InfoWindowController.m
- Timestamp:
- Aug 20, 2006, 6:09:53 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.