* 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
This commit is contained in:
Jean-Marc Lasgouttes 2007-04-25 14:05:03 +00:00
parent 31eed335fb
commit 20fa198c28

View File

@ -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);