From 440ebe63852975764a519260f641fb692e6df9b0 Mon Sep 17 00:00:00 2001 From: Georg Baum Date: Sat, 27 May 2006 08:31:22 +0000 Subject: [PATCH] * lib/configure.py: fix typo git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13940 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/configure.py b/lib/configure.py index 707920e17c..e874610432 100644 --- a/lib/configure.py +++ b/lib/configure.py @@ -209,7 +209,7 @@ def checkLatex(): def checkFormatEntries(): ''' Check all formats (\Format entries) ''' - checkViewer('a Tif viewer and editor', ['tgif'], + checkViewer('a Tgif viewer and editor', ['tgif'], rc_entry = [r'\Format tgif obj Tgif "" "%%" "%%" ""']) # checkViewer('a FIG viewer and editor', ['xfig'],