SVN commit 933316 by mlaurent: Fix extract messages M +1 -1 Messages.sh --- trunk/extragear/utils/yakuake/Messages.sh #933315:933316 @@ -1,4 +1,4 @@ #! /usr/bin/env bash $EXTRACTRC `find . -name \*.ui -o -name \*.rc -o -name \*.kcfg` >> rc.cpp -$XGETTEXT rc.cpp app/*.cpp app/*.h -o $podir/yakuake.pot +$XGETTEXT rc.cpp app/config/*.cpp app/*.cpp app/*.h -o $podir/yakuake.pot rm -f rc.cpp