CVS commit by aacid: Add another possible font path, used by Gentoo Linux M +1 -1 kpdf/main.cpp 1.9.2.3 M +1 -0 xpdf/GlobalParams.cc 1.5.4.3 --- kdegraphics/kpdf/kpdf/main.cpp #1.9.2.2:1.9.2.3 @@ -8,5 +8,5 @@ static const char description[] = I18N_NOOP("kpdf, a kde pdf viewer based on xpdf"); -static const char version[] = "0.3.2"; +static const char version[] = "0.3.3"; static KCmdLineOptions options[] = --- kdegraphics/kpdf/xpdf/GlobalParams.cc #1.5.4.2:1.5.4.3 @@ -86,4 +86,5 @@ static const char *displayFontDirs[] = { "/usr/share/fonts/default/Type1", "/usr/share/fonts/type1/gsfonts", + "/usr/share/fonts/default/ghostscript/", NULL };