From: Uwe Stöhr Date: Sat, 30 Jan 2010 23:42:30 +0000 (+0000) Subject: scons_manifest.py: fix SCons (tabs are invalid in this Python script) X-Git-Tag: 2.0.0~4179 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=76b43835716936a1eb98fef6ae516231e41a755b;hp=974c9ae069131543630defa031d4d6a30a76e835;p=lyx.git 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 --- 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