mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 21:21:32 +00:00
Fix for bug 3423: Add check for gimp-remote before check for gimp.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17843 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
1d55e044d0
commit
c640f9613f
@ -238,8 +238,8 @@ def checkFormatEntries(dtl_tools):
|
||||
checkViewer('a FEN viewer and editor', ['xboard -lpf $$i -mode EditPosition'],
|
||||
rc_entry = [r'\Format fen fen FEN "" "%%" "%%" ""'])
|
||||
#
|
||||
path, iv = checkViewer('a raster image viewer', ['xv', 'kview', 'gimp'])
|
||||
path, ie = checkViewer('a raster image editor', ['gimp'])
|
||||
path, iv = checkViewer('a raster image viewer', ['xv', 'kview', 'gimp-remote', 'gimp'])
|
||||
path, ie = checkViewer('a raster image editor', ['gimp-remote', 'gimp'])
|
||||
addToRC(r'''\Format bmp bmp BMP "" "%s" "%s" ""
|
||||
\Format gif gif GIF "" "%s" "%s" ""
|
||||
\Format jpg jpg JPEG "" "%s" "%s" ""
|
||||
|
Loading…
Reference in New Issue
Block a user