From 373760a17bf8b06694dfed6259aca6f3d6411506 Mon Sep 17 00:00:00 2001 From: Matthieu Lalonde Date: Fri, 3 Jun 2011 20:04:21 -0400 Subject: [PATCH] Switched up and down speeds around in the menu title --- DDWRT_MonitorAppDelegate.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DDWRT_MonitorAppDelegate.m b/DDWRT_MonitorAppDelegate.m index 60dcc96..cea6d50 100644 --- a/DDWRT_MonitorAppDelegate.m +++ b/DDWRT_MonitorAppDelegate.m @@ -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];