Commit 470d57ae authored by Oleg Korshul's avatar Oleg Korshul

.

parent 635a5d23
......@@ -1832,9 +1832,7 @@ CArray<std::wstring> CApplicationFonts::GetSetupFontFiles()
#if defined(__linux__) && !defined(_MAC)
CArray<std::wstring> _array = NSDirectory::GetFiles(L"/usr/share/fonts", true);
NSDirectory::GetFiles2(L"/usr/share/X11/fonts", _array, true);
NSDirectory::GetFiles2(L"/usr/X11R6/lib/X11/fonts", _array, true);
NSDirectory::GetFiles2(L"~/.fonts", _array, true);
NSDirectory::GetFiles2(L"~/.local/share/fonts", _array, true);
NSDirectory::GetFiles2(L"/usr/X11R6/lib/X11/fonts", _array, true);
return _array;
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment