Re: [LyX master] GuiDocument.cpp: some languages only work with polyglossia, therefore enable non-TeX fonts when one of them is used as document language

2012-06-07 Thread Jürgen Spitzmüller
2012/6/8 Uwe Stöhr: > +void GuiDocument::languageChanged(int i) > +{ > +       // some languages only work with polyglossia/XeTeX > +       string current_language = lyx::languages.getLanguage( > +               > fromqstr(langModule->languageCO->itemData(i).toString()))->lang(); > +       if (cur

[LyX master] GuiDocument.cpp: some languages only work with polyglossia, therefore enable non-TeX fonts when one of them is used as document language

2012-06-07 Thread Uwe Stöhr
The branch, master, has been updated. - Log - commit ceb180cebd64903f2376378fc2d425eb9e001bc4 Author: Uwe Stöhr Date: Fri Jun 8 05:39:00 2012 +0200 GuiDocument.cpp: some languages only work with polyglossia, therefore enabl