]> git.pld-linux.org Git - packages/scribus.git/blob - scribus-standard-font-paths.patch
- updated patches
[packages/scribus.git] / scribus-standard-font-paths.patch
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 @@ -1048,6 +1048,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.063941 seconds and 3 git commands to generate.