From: Lars Gullik Bjønnes Date: Sun, 18 Dec 2005 18:39:42 +0000 (+0000) Subject: make the dbg messages a tiny bit clearer X-Git-Tag: 1.6.10~13742 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=863e0fc1807e3554ce1fb22c5aeaea72c5adc7af;p=lyx.git 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 --- 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 << '\'' <