mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 10:58:52 +00:00
Fix typo in new dia converter.
This commit is contained in:
parent
d9db72833a
commit
69f8ab21ef
@ -979,7 +979,7 @@ def checkConverterEntries():
|
||||
path, dia = checkProg('a Dia -> Image converter', ['dia'])
|
||||
if dia == 'dia':
|
||||
addToRC(r'''\converter dia png "dia -e $$o -t png $$i" ""
|
||||
\converter dia eps "dia -e $$o -t eps $$i" ""'
|
||||
\converter dia eps "dia -e $$o -t eps $$i" ""
|
||||
\converter dia svg "dia -e $$o -t svg $$i" ""''')
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user