mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
Fix bug 5122. Silly mistake.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26066 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
4d506d21b6
commit
be3171e15e
@ -663,7 +663,7 @@ def revert_long_charstyle_names(document):
|
||||
i = find_token(document.body, "\\begin_inset CharStyle", i)
|
||||
if i == -1:
|
||||
return
|
||||
document.body[i] = document.body[i].replace("CharStyle CharStyle:", "CharStyle")
|
||||
document.body[i] = document.body[i].replace("CharStyle CharStyle:", "CharStyle ")
|
||||
i += 1
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user