From f5c566c238d8f238c0f851ae9258dfb565b311fa Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 26 Jan 2021 12:09:28 +0900 Subject: Renaming of files in preparation for code style tools. Signed-off-by: Michele Calgaro (cherry picked from commit 88d44ce75144a78770db59d033395537a36f1b25) --- iso/Makefile.am | 2 +- iso/iso.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'iso') diff --git a/iso/Makefile.am b/iso/Makefile.am index 83783d8..6c24f04 100644 --- a/iso/Makefile.am +++ b/iso/Makefile.am @@ -57,7 +57,7 @@ uninstall-local: # make messages.po. Move this one to ../po/ and "make merge" in po # the -x is for skipping messages already translated in tdelibs messages: - LIST=`find . -name \*.h -o -name \*.hh -o -name \*.H -o -name \*.hxx -o -name \*.hpp -o -name \*.cpp -o -name \*.cc -o -name \*.cxx -o -name \*.ecpp -o -name \*.C`; \ + LIST=`find . -name \*.h -o -name \*.cpp`; \ if test -n "$$LIST"; then \ $(XGETTEXT) -C -ki18n -x $(kde_includes)/kde.pot $$LIST -o ../po/iso.pot; \ fi diff --git a/iso/iso.cpp b/iso/iso.cpp index 019cac9..e9845c0 100644 --- a/iso/iso.cpp +++ b/iso/iso.cpp @@ -15,7 +15,7 @@ * * ***************************************************************************/ - /* This file is heavily based on tar.cc from tdebase + /* This file is heavily based on tar.cpp from tdebase * (c) David Faure */ -- cgit v1.2.1