Renaming leftovers

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22491 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2008-01-11 12:40:26 +00:00
parent a8d2d891ee
commit 60c53dcd1e
2 changed files with 3 additions and 2 deletions

View File

@ -312,7 +312,8 @@ INPUT = @top_srcdir@/src
FILE_PATTERNS = *.C \
*.h \
*.c
*.c \
*.cpp
# The RECURSIVE tag can be used to turn specify whether or not subdirectories
# should be searched for input files as well. Possible values are YES and NO.

View File

@ -1,5 +1,5 @@
/**
* \file floatplacement.C
* \file FloatPlacement.cpp
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*