mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
adjustments to rounding when displaying speeds and file size
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user