mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Fix typo in new dia converter.
This commit is contained in:
parent
3eb90307a7
commit
68a0822e25
@ -973,7 +973,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