From b3beb9e0c2ff8cdc77f9a48e3416877e5bad0918 Mon Sep 17 00:00:00 2001 From: Chusslove Illich Date: Sat, 31 May 2008 00:14:56 +0000 Subject: [PATCH] There are some extractable strings in subdirs too. svn path=/trunk/KDE/kdebase/apps/; revision=814642 --- src/Messages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Messages.sh b/src/Messages.sh index 792858325..a761af24a 100755 --- a/src/Messages.sh +++ b/src/Messages.sh @@ -1,4 +1,4 @@ #! /usr/bin/env bash $EXTRACTRC `find . -name \*.ui -o -name \*.rc -o -name \*.kcfg` >> rc.cpp -$XGETTEXT *.cpp -o $podir/dolphin.pot +$XGETTEXT `find . -name \*.cpp` -o $podir/dolphin.pot -- 2.47.3