From: Richard Heck Date: Tue, 15 Apr 2008 15:41:14 +0000 (+0000) Subject: Fix bug 4737. X-Git-Tag: 1.6.10~5180 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=5ae2f4067145772bfc757b04a13a1849ec8beec8;p=features.git Fix bug 4737. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24269 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/lib/lyx2lyx/lyx_1_6.py b/lib/lyx2lyx/lyx_1_6.py index f548f432ca..0809721f04 100644 --- a/lib/lyx2lyx/lyx_1_6.py +++ b/lib/lyx2lyx/lyx_1_6.py @@ -714,6 +714,8 @@ def revert_latexcommand_index(document): line = line[20:] if line.startswith("\\begin_layout Standard"): line = line[22:] + if line.startswith("\\begin_layout Plain"): + line = line[22:] if line.startswith("\\end_layout"): line = line[11:] if line.startswith("\\end_inset"):