1
0
mirror of https://invent.kde.org/network/krdc synced 2024-07-01 07:14:24 +00:00

SVN_SILENT

Updated krdc/Messages.sh to pick up the one string from the .kcfg file.


svn path=/trunk/KDE/kdenetwork/krdc/; revision=951696
This commit is contained in:
Andrew Coles 2009-04-09 21:39:54 +00:00
parent a7d8db7c01
commit 1387027b41

View File

@ -1,5 +1,6 @@
#! /bin/sh
$EXTRACTRC *.ui */*.ui >> rc.cpp || exit 11
$EXTRACTRC *.rc */*.rc >> rc.cpp || exit 12
$EXTRACTRC */*.kcfg >> rc.cpp
$XGETTEXT *.cpp */*.cpp -o $podir/krdc.pot
rm -f rc.cpp