remove non-existent sound directory

This commit is contained in:
Mitchell Livingston
2006-08-07 03:24:27 +00:00
parent d068cfcf57
commit d746fd7c16
+1 -1
View File
@@ -194,7 +194,7 @@
//set play sound
NSMutableArray * sounds = [NSMutableArray array];
NSEnumerator * soundEnumerator,
* soundDirectoriesEnumerator = [[NSArray arrayWithObjects: @"System/Library/Sounds", @"Library/Sounds",
* soundDirectoriesEnumerator = [[NSArray arrayWithObjects: @"System/Library/Sounds",
[NSHomeDirectory() stringByAppendingPathComponent: @"Library/Sounds"], nil] objectEnumerator];
NSString * soundPath, * sound;