mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-27 03:36:39 +00:00
Fix also nomenclature dialog which was refered in #3852
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31875 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
5db67312e8
commit
d82da9a255
@ -71,6 +71,7 @@ void GuiNomenclature::paramsToDialog(InsetCommandParams const & /*icp*/)
|
||||
QString description = toqstr(params_["description"]);
|
||||
description.replace("\\\\","\n");
|
||||
descriptionTE->setPlainText(description);
|
||||
descriptionTE->setFocus();
|
||||
|
||||
bc().setValid(isValid());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user