From: Pavel Sanda Date: Fri, 6 Nov 2009 15:22:21 +0000 (+0000) Subject: Fix also nomenclature dialog which was refered in #3852 X-Git-Tag: 2.0.0~5218 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=d82da9a2556f3975355d8d6ed4bb12065d4aad45;p=features.git 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 --- diff --git a/src/frontends/qt4/GuiNomencl.cpp b/src/frontends/qt4/GuiNomencl.cpp index 8eb5b248b6..6aa35f8278 100644 --- a/src/frontends/qt4/GuiNomencl.cpp +++ b/src/frontends/qt4/GuiNomencl.cpp @@ -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()); }