new option in general prefs to reset all warnings (replaces option for enabling file size check)

This commit is contained in:
Mitchell Livingston
2007-04-25 03:16:25 +00:00
parent c31578423d
commit 9c4e9d1c5a
5 changed files with 9 additions and 1 deletions

View File

@@ -432,6 +432,12 @@
[sound play];
}
- (void) resetWarnings: (id) sender
{
[fDefaults setBool: YES forKey: @"WarningDebug"];
[fDefaults setBool: YES forKey: @"WarningRemainingSpace"];
}
- (void) setUpdate: (id) sender
{
int index = [fUpdatePopUp indexOfSelectedItem];