aboutsummaryrefslogtreecommitdiff
path: root/print/lyx/files/patch-src::FontLoader.C
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-09-20 03:25:03 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-09-20 03:25:03 +0000
commit8640cd64e2b793d8834f07b9a87a36152bec3411 (patch)
tree89714fea469e9e935cceb7b0cb5bca119a7b7764 /print/lyx/files/patch-src::FontLoader.C
parent8be92a2e06c31b4840c2f4e651a845692250c458 (diff)
downloadports-8640cd64e2b793d8834f07b9a87a36152bec3411.tar.gz
ports-8640cd64e2b793d8834f07b9a87a36152bec3411.zip
Notes
Diffstat (limited to 'print/lyx/files/patch-src::FontLoader.C')
-rw-r--r--print/lyx/files/patch-src::FontLoader.C12
1 files changed, 12 insertions, 0 deletions
diff --git a/print/lyx/files/patch-src::FontLoader.C b/print/lyx/files/patch-src::FontLoader.C
new file mode 100644
index 000000000000..5073b8740fb1
--- /dev/null
+++ b/print/lyx/files/patch-src::FontLoader.C
@@ -0,0 +1,12 @@
+--- src/FontLoader.C.orig Fri Mar 22 02:25:07 2002
++++ src/FontLoader.C Fri Aug 23 03:38:09 2002
+@@ -300,7 +300,8 @@
+ if (font == "fixed") {
+ lyxerr << "We're doomed. Can't get 'fixed' font." << endl;
+ } else {
+- lyxerr << "Could not get font. Using 'fixed'." << endl;
++ lyxerr << "Could not get font '" << font.c_str() <<
++ "'. Using 'fixed'." << endl;
+ fs = XLoadQueryFont(GUIRunTime::x11Display(), "fixed");
+ }
+ } else if (lyxerr.debugging(Debug::FONT)) {