mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
a43acc3732
PR: ports/110058 Submitted by: Eric P. Scott <eps+pbug0703 <at> ana.com> Jose Garcia Juanino <jjuanino <at> gmail.com>
12 lines
452 B
Plaintext
12 lines
452 B
Plaintext
--- xpdf/XPDFViewer.cc.orig Tue Feb 27 14:05:52 2007
|
|
+++ xpdf/XPDFViewer.cc
|
|
@@ -2791,7 +2791,7 @@
|
|
aboutBigFont =
|
|
createFontList("-*-times-bold-i-normal--20-*-*-*-*-*-iso8859-1");
|
|
aboutVersionFont =
|
|
- createFontList("-*-times-medium-r-normal--16-*-*-*-*-*-iso8859-1");
|
|
+ createFontList("-*-times-medium-r-normal--14-*-*-*-*-*-iso8859-1");
|
|
aboutFixedFont =
|
|
createFontList("-*-courier-medium-r-normal--12-*-*-*-*-*-iso8859-1");
|
|
|