diff --git a/src/support/os_unix.C b/src/support/os_unix.C index 6ccdf9e16e..d50ea9452e 100644 --- a/src/support/os_unix.C +++ b/src/support/os_unix.C @@ -204,7 +204,7 @@ void addFontResources() FSRef fontDirRef; FSSpec fontDirSpec; CFStringRef filePath = CFStringCreateWithBytes(kCFAllocatorDefault, - (UInt8 *) "Fonts", strlen("Fonts"), + (UInt8 *) "fonts", strlen("fonts"), kCFStringEncodingISOLatin1, false); myAppResourcesURL = CFBundleCopyResourcesDirectoryURL(myAppBundle);