X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=Messages.sh;h=4cd557477100884f91490e7b8413b220e5f09da3;hb=8fd72a344483e436b396a1c288221a6e2f311dde;hp=5310e950503e3f514c007487b0edc6e9f0af8c52;hpb=dc2670e13ed43ed93f20e06b9e9d22cce0a1e6aa;p=kdenlive diff --git a/Messages.sh b/Messages.sh index 5310e950..4cd55747 100755 --- a/Messages.sh +++ b/Messages.sh @@ -1,9 +1,9 @@ #!bin/sh -kdenlive_subdirs="plugins renderer src src/widgets" +kdenlive_subdirs="plugins renderer src src/ui" $EXTRACTRC --tag=name --tag=description --tag=label --tag=comment --tag=paramlistdisplay effects/*.xml data/kdenliveeffectscategory.rc >> rc.cpp -$EXTRACTRC `find $kdenlive_subdirs -name \*.rc -o -name \*.ui` >> rc.cpp +$EXTRACTRC `find $kdenlive_subdirs -name \*.rc -a ! -name encodingprofiles.rc -o -name \*.ui` >> rc.cpp $XGETTEXT `find $kdenlive_subdirs -name \*.cpp -o -name \*.h` *.cpp -o $podir/kdenlive.pot rm -f rc.cpp