Changeset 4872
- Timestamp:
- Jan 30, 2008, 10:24:30 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/Controller.m
r4871 r4872 1920 1920 if (filterStatus || filterGroup || filterText) 1921 1921 totalTorrentsString = [NSString stringWithFormat: NSLocalizedString(@"%d of %@", "Status bar transfer count"), 1922 [fDisplayedTorrents count] , totalTorrentsString];1922 [fDisplayedTorrents count] - [fDisplayedGroupIndexes count], totalTorrentsString]; 1923 1923 1924 1924 [fTotalTorrentsField setStringValue: totalTorrentsString];
Note: See TracChangeset
for help on using the changeset viewer.