This commit is contained in:
Kovid Goyal 2012-10-28 17:45:20 +05:30
parent 9c62f0a21c
commit 8d34fbcf2a

View File

@ -25,7 +25,7 @@ def font_dirs():
winutil, err = plugins['winutil']
if err:
raise RuntimeError('Failed to load winutil: %s'%err)
return winutil.special_folder_path(winutil.CSIDL_FONTS)
return [winutil.special_folder_path(winutil.CSIDL_FONTS)]
if isosx:
return [
'/Library/Fonts',