Fix confusing checkbox text due to class reuse
[kdepim.git] / blogilo / Messages.sh
blobfd7b19620d0a0b56436ca5404840efb162324407
1 #! /usr/bin/env bash
2 $EXTRACTRC `find -name \*.rc` >> rc.cpp || exit 11
3 $EXTRACTRC `find -name \*.ui` >> rc.cpp || exit 12
4 $EXTRACTRC `find -name \*.kcfg` >> rc.cpp
5 $XGETTEXT `find -name \*.cpp -o -name \*.h` rc.cpp -o $podir/blogilo.pot
6 rm -f rc.cpp