add tooltips for status bar total speeds; update news

This commit is contained in:
Mitchell Livingston
2007-12-01 17:31:52 +00:00
parent 23f7686de0
commit 1cd5a05fb3
2 changed files with 4 additions and 0 deletions

View File

@@ -251,6 +251,9 @@ void sleepCallBack(void * controller, io_service_t y, natural_t messageType, voi
//set up status bar
[fStatusBar setHidden: YES];
[fTotalDLField setToolTip: NSLocalizedString(@"Total download speed", "Status Bar -> speed tooltip")];
[fTotalULField setToolTip: NSLocalizedString(@"Total upload speed", "Status Bar -> speed tooltip")];
NSRect statusBarFrame = [fStatusBar frame];
statusBarFrame.size.width = windowSize.width;
[fStatusBar setFrame: statusBarFrame];