mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +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)
|
||||
else:
|
||||
return replacements
|
||||
elif line.find('PngMap sorted_png_map') == 0:
|
||||
elif line.find('ImgMap sorted_img_map') == 0:
|
||||
found = True
|
||||
|
||||
|
||||
|
@ -76,7 +76,7 @@ def getreplacements(filename):
|
||||
replacements[m.group(1)] = m.group(2)
|
||||
else:
|
||||
return replacements
|
||||
elif line.find('PngMap sorted_png_map') == 0:
|
||||
elif line.find('ImgMap sorted_img_map') == 0:
|
||||
found = True
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user