]> git.lyx.org Git - features.git/commitdiff
make the dbg messages a tiny bit clearer
authorLars Gullik Bjønnes <larsbj@gullik.org>
Sun, 18 Dec 2005 18:39:42 +0000 (18:39 +0000)
committerLars Gullik Bjønnes <larsbj@gullik.org>
Sun, 18 Dec 2005 18:39:42 +0000 (18:39 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10668 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt2/QPrefs.C

index 84a7cebaf2a2dfef06ab901e6ce02f4b1748ecfd..6f917a72bc6824fd79e320bb5e1c79652a6dad64 100644 (file)
@@ -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 << '\'' <<endl;
 }
 
 } // end namespace anon