11 lines
323 B
Diff
11 lines
323 B
Diff
--- scribus-0.8/scribus/scfonts.cpp.orig Sun Sep 22 10:54:38 2002
|
|
+++ scribus-0.8/scribus/scfonts.cpp Thu Oct 24 11:53:26 2002
|
|
@@ -463,6 +463,7 @@
|
|
char **fontpath=XGetFontPath(display,&pathcount);
|
|
for(i=0; i<pathcount; ++i)
|
|
AddPath(fontpath[i]);
|
|
+ AddPath("/usr/share/fonts/Type1");
|
|
XFreeFontPath(fontpath);
|
|
}
|
|
|