mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 10:58:52 +00:00
Fix previous leftover transformation. (opt -> file)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9321 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
fb9f8d569a
commit
b90881c010
@ -1,3 +1,7 @@
|
||||
2004-11-29 José Matos <jamatos@lyx.org>
|
||||
|
||||
* lyx_1_2.py (convert): rename opt to file, as in all other files.
|
||||
|
||||
2004-10-28 José Matos <jamatos@lyx.org>
|
||||
|
||||
* LyX.pm: add internal documentation.
|
||||
|
@ -546,7 +546,7 @@ def convert(file):
|
||||
fix_oldfloatinset(file.body)
|
||||
update_tabular(file.body)
|
||||
remove_pextra(file.body)
|
||||
remove_oldfloat(file.body, opt)
|
||||
remove_oldfloat(file.body, file)
|
||||
remove_figinset(file.body)
|
||||
remove_oldertinset(file.body)
|
||||
remove_oldert(file.body)
|
||||
|
Loading…
Reference in New Issue
Block a user