mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 13:31:49 +00:00
* 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:
parent
95c34cc714
commit
463b056463
@ -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")));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user