color the background of the status bar on tiger

This commit is contained in:
Mitchell Livingston
2007-12-12 15:17:33 +00:00
parent bc295fe78e
commit cf4f43f090
3 changed files with 20 additions and 9 deletions

View File

@@ -290,6 +290,7 @@ void sleepCallBack(void * controller, io_service_t y, natural_t messageType, voi
//set up status bar
[fStatusBar setHidden: YES];
[fStatusBar setShowOnTiger: YES];
[fTotalDLField setToolTip: NSLocalizedString(@"Total download speed", "Status Bar -> speed tooltip")];
[fTotalULField setToolTip: NSLocalizedString(@"Total upload speed", "Status Bar -> speed tooltip")];