From 8dda139ade7c8b52aadf949b3ff76d544d034332 Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Mon, 3 Jan 2011 18:34:34 +0000 Subject: [PATCH] Make comments extractable svn path=/trunk/kdenlive/; revision=5250 --- Messages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2