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

.

parent 635a5d23
...@@ -1833,8 +1833,6 @@ CArray<std::wstring> CApplicationFonts::GetSetupFontFiles() ...@@ -1833,8 +1833,6 @@ CArray<std::wstring> CApplicationFonts::GetSetupFontFiles()
CArray<std::wstring> _array = NSDirectory::GetFiles(L"/usr/share/fonts", true); CArray<std::wstring> _array = NSDirectory::GetFiles(L"/usr/share/fonts", true);
NSDirectory::GetFiles2(L"/usr/share/X11/fonts", _array, true); NSDirectory::GetFiles2(L"/usr/share/X11/fonts", _array, true);
NSDirectory::GetFiles2(L"/usr/X11R6/lib/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);
return _array; return _array;
#endif #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