diff options
Diffstat (limited to 'print/lyx16/files/patch-src::FontLoader.C')
-rw-r--r-- | print/lyx16/files/patch-src::FontLoader.C | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/print/lyx16/files/patch-src::FontLoader.C b/print/lyx16/files/patch-src::FontLoader.C deleted file mode 100644 index 5073b8740fb1..000000000000 --- a/print/lyx16/files/patch-src::FontLoader.C +++ /dev/null @@ -1,12 +0,0 @@ ---- 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)) { |