mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
sort the languages.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24681 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
59124528ac
commit
73360489e9
@ -472,6 +472,7 @@ void GuiApplication::execBatchCommands()
|
||||
language_model_->setData(item, qt_(it->second.display()), Qt::DisplayRole);
|
||||
language_model_->setData(item, toqstr(it->second.lang()), Qt::UserRole);
|
||||
}
|
||||
language_model_->sort(0);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user