mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
wrong default language in character dialog git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24659 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
f89b05ebc2
commit
281487872f
@ -115,7 +115,7 @@ static QList<FamilyPair> familyData()
|
||||
|
||||
|
||||
GuiCharacter::GuiCharacter(GuiView & lv)
|
||||
: GuiDialog(lv, "character", qt_("Text Style")), font_(ignore_font),
|
||||
: GuiDialog(lv, "character", qt_("Text Style")), font_(ignore_font, ignore_language),
|
||||
toggleall_(false), reset_lang_(false)
|
||||
{
|
||||
setupUi(this);
|
||||
|
Loading…
Reference in New Issue
Block a user