]> git.lyx.org Git - features.git/commitdiff
Fix bug 4737.
authorRichard Heck <rgheck@comcast.net>
Tue, 15 Apr 2008 15:41:14 +0000 (15:41 +0000)
committerRichard Heck <rgheck@comcast.net>
Tue, 15 Apr 2008 15:41:14 +0000 (15:41 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24269 a592a061-630c-0410-9148-cb99ea01b6c8

lib/lyx2lyx/lyx_1_6.py

index f548f432caafc7a4027f0476fc39abbd466f5c12..0809721f047e5c1f742e56b95a6a8a53a0ea6064 100644 (file)
@@ -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"):