From: Yuri Chornoivan Date: Mon, 3 Jan 2011 18:34:34 +0000 (+0000) Subject: Make comments extractable X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=8dda139ade7c8b52aadf949b3ff76d544d034332;p=kdenlive Make comments extractable svn path=/trunk/kdenlive/; revision=5250 --- diff --git a/Messages.sh b/Messages.sh index d63c76e5..81d69201 100755 --- a/Messages.sh +++ b/Messages.sh @@ -14,7 +14,7 @@ else kde_inc="" fi -$EXTRACTRC --tag=name --tag=description --tag=label effects/*.xml data/*.rc >> rc.cpp || exit 11 +$EXTRACTRC --tag=name --tag=description --tag=label --tag=comment effects/*.xml data/*.rc >> rc.cpp || exit 11 $EXTRACTRC `find $kdenlive_subdirs -name \*.ui` >> rc.cpp || exit 11 $EXTRACTRC `find $kdenlive_subdirs -name \*.rc` >> rc.cpp || exit 11