From 863e0fc1807e3554ce1fb22c5aeaea72c5adc7af Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lars=20Gullik=20Bj=C3=B8nnes?= Date: Sun, 18 Dec 2005 18:39:42 +0000 Subject: [PATCH] make the dbg messages a tiny bit clearer git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10668 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt2/QPrefs.C | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/frontends/qt2/QPrefs.C b/src/frontends/qt2/QPrefs.C index 84a7cebaf2..6f917a72bc 100644 --- a/src/frontends/qt2/QPrefs.C +++ b/src/frontends/qt2/QPrefs.C @@ -435,8 +435,8 @@ void setComboxFont(QComboBox * cb, string const & family, string const & foundry font.setStyleHint(QFont::TypeWriter); font.setFamily(family.c_str()); } else { - lyxerr << "FAILED to find the default font !" - << foundry << ", " << family << endl; + lyxerr << "FAILED to find the default font: '" + << foundry << "', '" << family << '\''<< endl; return; } @@ -454,8 +454,8 @@ void setComboxFont(QComboBox * cb, string const & family, string const & foundry } } - lyxerr << "FAILED to find the font !" - << foundry << ", " << family << endl; + lyxerr << "FAILED to find the font: '" + << foundry << "', '" << family << '\'' <