diff options
-rw-r--r-- | print/lyx-devel/files/patch-fontwarning | 9 | ||||
-rw-r--r-- | print/lyx/files/patch-fontwarning | 9 | ||||
-rw-r--r-- | print/lyx14/files/patch-fontwarning | 9 | ||||
-rw-r--r-- | print/lyx15/files/patch-fontwarning | 9 | ||||
-rw-r--r-- | print/lyx16/files/patch-fontwarning | 9 |
5 files changed, 45 insertions, 0 deletions
diff --git a/print/lyx-devel/files/patch-fontwarning b/print/lyx-devel/files/patch-fontwarning new file mode 100644 index 000000000000..c162db45fae7 --- /dev/null +++ b/print/lyx-devel/files/patch-fontwarning @@ -0,0 +1,9 @@ +Report, which font is missing to aid the user trying to configure things. +--- src/FontLoader.C Thu Mar 21 12:25:07 2002 ++++ src/FontLoader.C Thu Aug 1 10:44:19 2002 +@@ -302,3 +302,4 @@ + } 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"); diff --git a/print/lyx/files/patch-fontwarning b/print/lyx/files/patch-fontwarning new file mode 100644 index 000000000000..c162db45fae7 --- /dev/null +++ b/print/lyx/files/patch-fontwarning @@ -0,0 +1,9 @@ +Report, which font is missing to aid the user trying to configure things. +--- src/FontLoader.C Thu Mar 21 12:25:07 2002 ++++ src/FontLoader.C Thu Aug 1 10:44:19 2002 +@@ -302,3 +302,4 @@ + } 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"); diff --git a/print/lyx14/files/patch-fontwarning b/print/lyx14/files/patch-fontwarning new file mode 100644 index 000000000000..c162db45fae7 --- /dev/null +++ b/print/lyx14/files/patch-fontwarning @@ -0,0 +1,9 @@ +Report, which font is missing to aid the user trying to configure things. +--- src/FontLoader.C Thu Mar 21 12:25:07 2002 ++++ src/FontLoader.C Thu Aug 1 10:44:19 2002 +@@ -302,3 +302,4 @@ + } 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"); diff --git a/print/lyx15/files/patch-fontwarning b/print/lyx15/files/patch-fontwarning new file mode 100644 index 000000000000..c162db45fae7 --- /dev/null +++ b/print/lyx15/files/patch-fontwarning @@ -0,0 +1,9 @@ +Report, which font is missing to aid the user trying to configure things. +--- src/FontLoader.C Thu Mar 21 12:25:07 2002 ++++ src/FontLoader.C Thu Aug 1 10:44:19 2002 +@@ -302,3 +302,4 @@ + } 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"); diff --git a/print/lyx16/files/patch-fontwarning b/print/lyx16/files/patch-fontwarning new file mode 100644 index 000000000000..c162db45fae7 --- /dev/null +++ b/print/lyx16/files/patch-fontwarning @@ -0,0 +1,9 @@ +Report, which font is missing to aid the user trying to configure things. +--- src/FontLoader.C Thu Mar 21 12:25:07 2002 ++++ src/FontLoader.C Thu Aug 1 10:44:19 2002 +@@ -302,3 +302,4 @@ + } 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"); |