Fix Cygwin compile problem

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10088 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2005-06-20 06:37:13 +00:00
parent 029c5c4732
commit 24e4fbfb15

View File

@ -441,7 +441,7 @@ void setComboxFont(QComboBox * cb, string const & family, string const & foundry
}
QFontInfo info(font);
pair<string, string> tmp = parseFontName(info.family());
pair<string, string> tmp = parseFontName(fromqstr(info.family()));
string const & default_font_name = tmp.first;
lyxerr << "Apparent font is " << default_font_name << endl;