Changeset 3914
- Timestamp:
- Nov 21, 2007, 2:31:48 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/StatsWindowController.m
r3913 r3914 120 120 if (seconds >= 3600) //60 * 60 121 121 { 122 [timeArray addObject: [NSString stringWithFormat: NSLocalizedString(@"%d hours", "stats window -> running time"), 123 seconds / 3600]]; 122 [timeArray addObject: [NSString stringWithFormat: NSLocalizedString(@"%d hr", "stats window -> running time"), seconds / 3600]]; 124 123 seconds %= 3600; 125 124 }
Note: See TracChangeset
for help on using the changeset viewer.