Fix confusing checkbox text due to class reuse
[kdepim.git] / kmailcvt / Messages.sh
blobc6462d837e3302c96a53286a35511909d728841b
1 #! /bin/sh
2 $EXTRACTRC *.ui >> rc.cpp
3 LIST=`find . -name \*.cpp -o -name \*.cxx`
4 if test -n "$LIST"; then
5 $XGETTEXT $LIST -o $podir/kmailcvt.pot
6 fi