mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
Adjust generate_symbols* to db363ab1
The image map was renamed, so it was not found anymore.
This commit is contained in:
parent
f965fc95f6
commit
8e7bed57da
@ -75,7 +75,7 @@ def getreplacements(filename):
|
|||||||
replacements[m.group(1)] = m.group(2)
|
replacements[m.group(1)] = m.group(2)
|
||||||
else:
|
else:
|
||||||
return replacements
|
return replacements
|
||||||
elif line.find('PngMap sorted_png_map') == 0:
|
elif line.find('ImgMap sorted_img_map') == 0:
|
||||||
found = True
|
found = True
|
||||||
|
|
||||||
|
|
||||||
|
@ -76,7 +76,7 @@ def getreplacements(filename):
|
|||||||
replacements[m.group(1)] = m.group(2)
|
replacements[m.group(1)] = m.group(2)
|
||||||
else:
|
else:
|
||||||
return replacements
|
return replacements
|
||||||
elif line.find('PngMap sorted_png_map') == 0:
|
elif line.find('ImgMap sorted_img_map') == 0:
|
||||||
found = True
|
found = True
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user