Add gswin64c as possible executable in legacy_lyxpreview2ppm.py (#7938).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40618 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Julien Rioux 2012-01-15 22:13:36 +00:00
parent bed648d0b5
commit 53ae40b34b
2 changed files with 3 additions and 1 deletions

View File

@ -334,7 +334,7 @@ def legacy_conversion_pdflatex(latex_file, failed_pages, legacy_metrics, gs,
def legacy_conversion_step2(latex_file, dpi, output_format, skipMetrics = False):
# External programs used by the script.
dvips = find_exe_or_terminate(["dvips"], path)
gs = find_exe_or_terminate(["gswin32c", "gs"], path)
gs = find_exe_or_terminate(["gswin32c", "gswin64c", "gs"], path)
pnmcrop = find_exe(["pnmcrop"], path)
# Run the dvi file through dvips.

View File

@ -172,6 +172,8 @@ What's new
- Fix problem where box gets modifications intended for table (bug 7983).
- Fix broken instant preview due to ghostscript on 64-bit Windows (bug 7938).
* DOCUMENTATION AND LOCALIZATION