Highlighting of the turtle makes a little more sense.

This commit is contained in:
Mitchell Livingston
2006-07-16 04:13:01 +00:00
parent b16f93fb6d
commit 7462e65365
5 changed files with 5 additions and 3 deletions

View File

@@ -159,6 +159,8 @@ static void sleepCallBack(void * controller, io_service_t y,
[fSpeedLimitDockItem setState: NSOnState];
[fSpeedLimitButton setState: NSOnState];
}
[[fSpeedLimitButton cell] setHighlightsBy: NSNoCellMask];
[fActionButton setToolTip: @"Shortcuts for changing global settings."];
[fSpeedLimitButton setToolTip: @"Speed Limit overrides the total bandwidth limits with its own limits."];