adjustments to rounding when displaying speeds and file size

This commit is contained in:
Mitchell Livingston
2008-04-06 14:02:08 +00:00
parent 0663eb4dd4
commit aca7155f19
2 changed files with 7 additions and 5 deletions

View File

@@ -2220,7 +2220,7 @@ void sleepCallBack(void * controller, io_service_t y, natural_t messageType, voi
default:
icon = [[GroupsController groups] imageForIndex: index isSmall: YES];
toolTip = [NSString stringWithFormat: @"%@: %@", NSLocalizedString(@"Group", "Groups -> Button"),
[[GroupsController groups] nameForIndex: index]];
[[GroupsController groups] nameForIndex: index]];
}
[[fGroupFilterMenu itemAtIndex: 0] setImage: icon];