diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-12-06 21:23:48 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-12-06 21:34:48 +0900 |
| commit | 84498d97e27f79e7e919b42bbe54208a02856aaf (patch) | |
| tree | 8a66f6e1a88bc2304b453796663ae75f20425490 /tdeioslave/iso | |
| parent | 8bc0bc7fc67437fbf757283604104e998ad2fda7 (diff) | |
| download | tdelibs-84498d97.tar.gz tdelibs-84498d97.zip | |
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 4f99f868f09bbffa2e15733b8b7c78eba07a199e)
Diffstat (limited to 'tdeioslave/iso')
| -rw-r--r-- | tdeioslave/iso/Makefile.am | 2 | ||||
| -rw-r--r-- | tdeioslave/iso/iso.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tdeioslave/iso/Makefile.am b/tdeioslave/iso/Makefile.am index ddb1c60f3..709b38270 100644 --- a/tdeioslave/iso/Makefile.am +++ b/tdeioslave/iso/Makefile.am @@ -60,7 +60,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 -o -name \*.c`; \ if test -n "$$LIST"; then \ $(XGETTEXT) -C -ki18n -x $(kde_includes)/tde.pot $$LIST -o ../po/iso.pot; \ fi diff --git a/tdeioslave/iso/iso.cpp b/tdeioslave/iso/iso.cpp index 8696b0c67..80e32b415 100644 --- a/tdeioslave/iso/iso.cpp +++ b/tdeioslave/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 <faure@kde.org> */ |
