SVN commit 1124965 by lueck: fix typo, add missing backtick M +1 -1 Messages.sh --- trunk/koffice/kpresenter/Messages.sh #1124964:1124965 @@ -1,3 +1,3 @@ #! /bin/sh $EXTRACTRC `find . -name "*.ui" -o -name "*.rc"` >> rc.cpp || exit 11 -$XGETTEXT `find . -name "*.h" -o -name "*.cpp" -o $podir/kpresenter.pot +$XGETTEXT `find . -name "*.h" -o -name "*.cpp"` -o $podir/kpresenter.pot