From 88a4da87fafd5950703dcfef162fefcc139636da Mon Sep 17 00:00:00 2001 From: Marco Gittler Date: Tue, 8 Jul 2008 19:07:20 +0000 Subject: [PATCH] removed not present *.h in Messages.sh svn path=/branches/KDE4/; revision=2301 --- Messages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Messages.sh b/Messages.sh index e9b89d47..a54c7e01 100755 --- a/Messages.sh +++ b/Messages.sh @@ -6,5 +6,5 @@ kdenlive_subdirs="src src/widgets `pwd`" $EXTRACTRC `find $kdenlive_subdirs -name \*.ui` >> rc.cpp || exit 11 $EXTRACTRC `find $kdenlive_subdirs -name \*.rc` >> rc.cpp || exit 11 -$XGETTEXT `find $kdenlive_subdirs -name \*.cpp -o -name \*.h` *.cpp *.h -o $podir/kdenlive.pot +$XGETTEXT `find $kdenlive_subdirs -name \*.cpp -o -name \*.h` *.cpp -o $podir/kdenlive.pot rm -f rc.cpp -- 2.39.2