]> git.pld-linux.org Git - packages/scribus.git/blame - scribus-standard-font-paths.patch
- comment out cs not ca translation
[packages/scribus.git] / scribus-standard-font-paths.patch
CommitLineData
febfc661
JB
1--- scribus-0.8/scribus/scfonts.cpp.orig Sun Sep 22 10:54:38 2002
2+++ scribus-0.8/scribus/scfonts.cpp Thu Oct 24 11:53:26 2002
3@@ -463,6 +463,8 @@
4 char **fontpath=XGetFontPath(display,&pathcount);
5 for(i=0; i<pathcount; ++i)
6 AddPath(fontpath[i]);
7+ AddPath("/usr/share/fonts/Type1");
8+ AddPath("/usr/share/fonts/TTF");
9 XFreeFontPath(fontpath);
10 }
11
This page took 0.022248 seconds and 4 git commands to generate.