mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
lyx2lyx/lyx_1_6.py: fix a typo (port from branch)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40451 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
8a226ec47a
commit
14bcaa5f9d
@ -793,7 +793,7 @@ def convert_flex(document):
|
||||
document.body[i] = document.body[i].replace('\\begin_inset CharStyle', '\\begin_inset Flex')
|
||||
|
||||
def revert_flex(document):
|
||||
"Revert Flex to Charstyle"
|
||||
"Revert Flex to CharStyle"
|
||||
i = 0
|
||||
while True:
|
||||
i = find_token(document.body, "\\begin_inset Flex", i)
|
||||
|
Loading…
Reference in New Issue
Block a user