From kde-i18n-doc Sat Jan 19 11:44:19 2008 From: Pino Toscano Date: Sat, 19 Jan 2008 11:44:19 +0000 To: kde-i18n-doc Subject: branches/stable/l10n-kde4/scripts Message-Id: <1200743059.797360.15926.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-i18n-doc&m=120074307822659 SVN commit 763407 by pino: Extract messages from drkonqui presets. CCMAIL: kde-i18n-doc@kde.org M +1 -1 findfiles --- branches/stable/l10n-kde4/scripts/findfiles #763406:763407 @@ -26,7 +26,7 @@ done find $BASEDIR/`get_path kdebase`/apps/konqueror $BASEDIR/`get_path playground-base`/kdesktop -name .svn -prune , -name "directory.*" -type f >> $filelist -# find $BASEDIR/`get_path kdebase`/drkonqi -name "*rc" -print >> $filelist +find $BASEDIR/`get_path kdebase`/runtime/drkonqi/presets -name "*rc" -print >> $filelist # find $BASEDIR/`get_path kdelibs`/kimgio -name \*.kimgio -print >> $filelist find $BASEDIR/`get_path kdebase`/workspace/khotkeys -name \*.khotkeys -print >> $filelist find $BASEDIR/`get_path kdebase`/workspace/kwin -name \*.kwinrules -print >> $filelist