* GuiPrefs.cpp: cut and paste issue.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31306 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2009-09-06 09:42:31 +00:00
parent 95c34cc714
commit 463b056463

View File

@ -1864,7 +1864,7 @@ void PrefFileformats::updateEditors()
} else {
editorED->setEnabled(true);
editorED->setText(toqstr(f.viewer()));
editorCO->setCurrentIndex(viewerCO->findData(toqstr("custom editor")));
editorCO->setCurrentIndex(editorCO->findData(toqstr("custom editor")));
}
}