Fix bug 3412:

http://bugzilla.lyx.org/show_bug.cgi?id=3412

* QNomenclDialog::QNomenclDialog(): setting the focus proxy in the Description edit box.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17719 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2007-04-04 16:36:50 +00:00
parent 4be4fe2af8
commit b7ff6f82de

View File

@ -36,7 +36,7 @@ QNomenclDialog::QNomenclDialog(QNomencl * form)
connect(descrED, SIGNAL(textChanged(const QString&)),
this, SLOT(change_adaptor()));
setFocusProxy(symbolED);
setFocusProxy(descrED);
}