mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
* lib/configure.py: fix typo in comment
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17286 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
56ce8aa9e0
commit
933173db26
@ -416,9 +416,9 @@ def checkConverterEntries():
|
||||
if not 'Unrecognized' in cmdOutput('convert ' + conv_opts + ' 2>&1'):
|
||||
addToRC(r'\converter pdf png "convert %s pdf:$$i png:$$o" ""' % conv_opts)
|
||||
#
|
||||
# no agr -> pdf converter since the pdf library used by gracebat is not
|
||||
# free software and therefore not compiled in in many installations.
|
||||
# Fortunately this is not a big problem because we will use epstopdf to
|
||||
# no agr -> pdf converter, since the pdf library used by gracebat is not
|
||||
# free software and therefore not compiled in many installations.
|
||||
# Fortunately, this is not a big problem, because we will use epstopdf to
|
||||
# convert from agr to pdf via eps without loss of quality.
|
||||
checkProg('a Grace -> Image converter', ['gracebat'],
|
||||
rc_entry = [
|
||||
|
Loading…
Reference in New Issue
Block a user