From 20fa198c28d484018dde5fd259386740147954f1 Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Wed, 25 Apr 2007 14:05:03 +0000 Subject: [PATCH] * os_unix.C (addFontResources): for Qt/Mac use the "fonts" directory, not "Fonts". git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17987 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/support/os_unix.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);