#893 add statistics "reset" button

This commit is contained in:
Mitchell Livingston
2008-04-22 21:04:01 +00:00
parent 1b901ca9df
commit 468104028b
5 changed files with 264 additions and 424 deletions

View File

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