mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 13:31:49 +00:00
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:
parent
029c5c4732
commit
24e4fbfb15
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user