mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-03 08:28:25 +00:00
* 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:
parent
31eed335fb
commit
20fa198c28
@ -204,7 +204,7 @@ void addFontResources()
|
|||||||
FSRef fontDirRef;
|
FSRef fontDirRef;
|
||||||
FSSpec fontDirSpec;
|
FSSpec fontDirSpec;
|
||||||
CFStringRef filePath = CFStringCreateWithBytes(kCFAllocatorDefault,
|
CFStringRef filePath = CFStringCreateWithBytes(kCFAllocatorDefault,
|
||||||
(UInt8 *) "Fonts", strlen("Fonts"),
|
(UInt8 *) "fonts", strlen("fonts"),
|
||||||
kCFStringEncodingISOLatin1, false);
|
kCFStringEncodingISOLatin1, false);
|
||||||
|
|
||||||
myAppResourcesURL = CFBundleCopyResourcesDirectoryURL(myAppBundle);
|
myAppResourcesURL = CFBundleCopyResourcesDirectoryURL(myAppBundle);
|
||||||
|
Loading…
Reference in New Issue
Block a user