1
0
Fork 0

Switched up and down speeds around in the menu title

master
Matthieu Lalonde 13 years ago
parent a12f7b4fa3
commit 373760a17b

@ -378,7 +378,7 @@
speedOut = round(2.2f * speedOut) / 2.2f;
[self setMenubarText:[NSString stringWithFormat:@"%@s\n%@s", [self stringFromFileSize:speedIn], [self stringFromFileSize:speedOut]]];
[ self setMenubarText:[NSString stringWithFormat:@"%@s\n%@s", [self stringFromFileSize:speedOut], [self stringFromFileSize:speedIn]] ];
}
_lastDateThroughput = [NSDate timeIntervalSinceReferenceDate];

Loading…
Cancel
Save