From 76b43835716936a1eb98fef6ae516231e41a755b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Sat, 30 Jan 2010 23:42:30 +0000 Subject: [PATCH] scons_manifest.py: fix SCons (tabs are invalid in this Python script) git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33283 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/scons/scons_manifest.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/development/scons/scons_manifest.py b/development/scons/scons_manifest.py index e9727e28d4..f76dbb6472 100644 --- a/development/scons/scons_manifest.py +++ b/development/scons/scons_manifest.py @@ -782,7 +782,7 @@ src_frontends_qt4_header_files = Split(''' GuiWrap.h IconPalette.h InsertTableWidget.h - InsetDialog.h + InsetDialog.h LaTeXHighlighter.h LayoutBox.h LengthCombo.h @@ -883,7 +883,7 @@ src_frontends_qt4_files = Split(''' GuiWrap.cpp IconPalette.cpp InsertTableWidget.cpp - InsetDialog.cpp + InsetDialog.cpp LengthCombo.cpp LaTeXHighlighter.cpp LayoutBox.cpp -- 2.39.2