blob: 5073b8740fb1d2a595915c3cd11a5f1a5fc86a39 (
plain)
1
2
3
4
5
6
7
8
9
10
11
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)) {
|