add a warning when removing built-in trackers

This commit is contained in:
Mitchell Livingston
2008-06-02 18:34:58 +00:00
parent 7620cd9a16
commit b884651ac3
4 changed files with 70 additions and 17 deletions

View File

@@ -507,6 +507,7 @@
[fDefaults setBool: YES forKey: @"WarningFolderDataSameName"];
[fDefaults setBool: YES forKey: @"WarningResetStats"];
[fDefaults setBool: YES forKey: @"WarningCreatorBlankAddress"];
[fDefaults setBool: YES forKey: @"WarningRemoveBuiltInTracker"];
}
- (void) setCheckForUpdate: (id) sender