]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiNomencl.cpp
* fix spelling in comments to please John.
[lyx.git] / src / frontends / qt4 / GuiNomencl.cpp
index 8eb5b248b6762f76bcd984ade20545c0b679363b..6aa35f827810c6e0fdbce6367a8fd21dc2b0a722 100644 (file)
@@ -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());
 }