Missing things in lyx2lyx from PDFOptions commit.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20393 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2007-09-20 22:57:23 +00:00
parent 1b79e53ffe
commit a1a395d4e7
2 changed files with 3 additions and 1 deletions

View File

@ -80,7 +80,7 @@ format_relation = [("0_06", [200], minor_versions("0.6" , 4)),
("1_3", [221], minor_versions("1.3" , 7)),
("1_4", range(222,246), minor_versions("1.4" , 5)),
("1_5", range(246,277), minor_versions("1.5" , 1)),
("1_6", range(277,286), minor_versions("1.6" , 0))]
("1_6", range(277,287), minor_versions("1.6" , 0))]
def formats_list():

View File

@ -232,9 +232,11 @@ convert = [
[283, [convert_flex]],
[284, []],
[285, []], # an empty manifest is automatically added
[286, []]
]
revert = [
[285, [revert_pdf_options]],
[284, [remove_manifest, remove_inzip_options]],
[283, []],
[282, [revert_flex]],