From df3763fbd94241e48b2b26717524c5cf93305136 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 8 Jul 2008 11:53:08 -0700 Subject: [PATCH] IGN:... --- src/calibre/utils/fontconfig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/utils/fontconfig.py b/src/calibre/utils/fontconfig.py index fe2261d853..3a92a76670 100644 --- a/src/calibre/utils/fontconfig.py +++ b/src/calibre/utils/fontconfig.py @@ -130,7 +130,7 @@ lib.FcConfigBuildFonts.restype = c_int # Initialize the fontconfig library. This has to be done manually -# for the OS X bundle as it has its own private fontconfig. +# for the OS X bundle as it may have its own private fontconfig. if hasattr(sys, 'frameworks_dir'): config_dir = os.path.join(os.path.dirname(getattr(sys, 'frameworks_dir')), 'Resources', 'fonts') if isinstance(config_dir, unicode):