From bcc90ce1c9cfaa7c93cb0610632d71b79c1bbf9d Mon Sep 17 00:00:00 2001 From: Bo Peng Date: Thu, 26 Apr 2007 05:18:04 +0000 Subject: [PATCH] Rename three remaining .C files git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18026 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/scons/scons_manifest.py | 6 +++--- src/insets/{ExternalSupport.C => ExternalSupport.cpp} | 2 +- src/insets/{ExternalTemplate.C => ExternalTemplate.cpp} | 2 +- src/insets/{ExternalTransforms.C => ExternalTransforms.cpp} | 2 +- src/insets/Makefile.am | 6 +++--- 5 files changed, 9 insertions(+), 9 deletions(-) rename src/insets/{ExternalSupport.C => ExternalSupport.cpp} (99%) rename src/insets/{ExternalTemplate.C => ExternalTemplate.cpp} (99%) rename src/insets/{ExternalTransforms.C => ExternalTransforms.cpp} (99%) diff --git a/development/scons/scons_manifest.py b/development/scons/scons_manifest.py index 557d721903..692c5b72c6 100644 --- a/development/scons/scons_manifest.py +++ b/development/scons/scons_manifest.py @@ -375,9 +375,9 @@ src_insets_header_files = Split(''' src_insets_files = Split(''' - ExternalSupport.C - ExternalTemplate.C - ExternalTransforms.C + ExternalSupport.cpp + ExternalTemplate.cpp + ExternalTransforms.cpp Inset.cpp InsetBase.cpp InsetBibitem.cpp diff --git a/src/insets/ExternalSupport.C b/src/insets/ExternalSupport.cpp similarity index 99% rename from src/insets/ExternalSupport.C rename to src/insets/ExternalSupport.cpp index aba7818440..673959cf05 100644 --- a/src/insets/ExternalSupport.C +++ b/src/insets/ExternalSupport.cpp @@ -1,5 +1,5 @@ /** - * \file ExternalSupport.C + * \file ExternalSupport.cpp * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * diff --git a/src/insets/ExternalTemplate.C b/src/insets/ExternalTemplate.cpp similarity index 99% rename from src/insets/ExternalTemplate.C rename to src/insets/ExternalTemplate.cpp index b0a044d94f..faace7b244 100644 --- a/src/insets/ExternalTemplate.C +++ b/src/insets/ExternalTemplate.cpp @@ -1,5 +1,5 @@ /** - * \file ExternalTemplate.C + * \file ExternalTemplate.cpp * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * diff --git a/src/insets/ExternalTransforms.C b/src/insets/ExternalTransforms.cpp similarity index 99% rename from src/insets/ExternalTransforms.C rename to src/insets/ExternalTransforms.cpp index 2f8d08e391..de25277845 100644 --- a/src/insets/ExternalTransforms.C +++ b/src/insets/ExternalTransforms.cpp @@ -1,5 +1,5 @@ /** - * \file ExternalTransforms.C + * \file ExternalTransforms.cpp * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * diff --git a/src/insets/Makefile.am b/src/insets/Makefile.am index ac92f3ed32..aab94712b1 100644 --- a/src/insets/Makefile.am +++ b/src/insets/Makefile.am @@ -14,11 +14,11 @@ AM_CPPFLAGS += $(PCH_FLAGS) -I$(srcdir)/.. $(BOOST_INCLUDES) libinsets_la_SOURCES = \ MailInset.cpp \ MailInset.h \ - ExternalSupport.C \ + ExternalSupport.cpp \ ExternalSupport.h \ - ExternalTemplate.C \ + ExternalTemplate.cpp \ ExternalTemplate.h \ - ExternalTransforms.C \ + ExternalTransforms.cpp \ ExternalTransforms.h \ RenderBase.h \ RenderButton.cpp \ -- 2.39.5