]> git.sesse.net Git - kdenlive/commitdiff
Make comments extractable
authorYuri Chornoivan <yurchor@ukr.net>
Mon, 3 Jan 2011 18:34:34 +0000 (18:34 +0000)
committerYuri Chornoivan <yurchor@ukr.net>
Mon, 3 Jan 2011 18:34:34 +0000 (18:34 +0000)
svn path=/trunk/kdenlive/; revision=5250

Messages.sh

index d63c76e54ebe9ec6b6df68b42270b65930c22f1b..81d69201510ced2958ef7e435e34cd7e3d417b47 100755 (executable)
@@ -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