From d746fd7c16b3a4de4fe7115611f09d8dfca77ef6 Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Mon, 7 Aug 2006 03:24:27 +0000 Subject: [PATCH] remove non-existent sound directory --- macosx/PrefsController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macosx/PrefsController.m b/macosx/PrefsController.m index 9ad206907..9f780960a 100644 --- a/macosx/PrefsController.m +++ b/macosx/PrefsController.m @@ -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;