Use an NSDatePicker for the speed limit scheduler...this will require 10.4 for now.

This commit is contained in:
Mitchell Livingston
2006-11-01 16:37:14 +00:00
parent d5ca0624a4
commit 2873ff5baf
12 changed files with 49 additions and 38 deletions

View File

@@ -316,12 +316,7 @@
}
}
- (void) setAutoSpeedLimitCheck: (id) sender
{
[[NSNotificationCenter defaultCenter] postNotificationName: @"AutoSpeedLimitChange" object: self];
}
- (void) setAutoSpeedLimitHour: (id) sender
- (void) setAutoSpeedLimit: (id) sender
{
[[NSNotificationCenter defaultCenter] postNotificationName: @"AutoSpeedLimitChange" object: self];
}