From ed4548ae66614e0372b405b8d46416ac977b443f Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Mon, 14 May 2007 09:59:11 +0000 Subject: [PATCH] It will be a good idea to extract string from ui file, rc file, kcfg file svn path=/trunk/KDE/kdebase/workspace/; revision=664548 --- Messages.sh | 1 + kcmkwin/kwinrules/Messages.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/Messages.sh b/Messages.sh index 8b1953b9d8..4893c53522 100644 --- a/Messages.sh +++ b/Messages.sh @@ -1,2 +1,3 @@ #! /usr/bin/env bash +$EXTRACTRC *.rc *.ui *.kcfg > rc.cpp $XGETTEXT *.h *.cpp killer/*.cpp lib/*.cpp -o $podir/kwin.pot diff --git a/kcmkwin/kwinrules/Messages.sh b/kcmkwin/kwinrules/Messages.sh index 9f61cf879b..fcd3ed9928 100644 --- a/kcmkwin/kwinrules/Messages.sh +++ b/kcmkwin/kwinrules/Messages.sh @@ -1,2 +1,3 @@ #! /usr/bin/env bash +$EXTRACTRC *.rc *.ui *.kcfg > rc.cpp $XGETTEXT *.cpp -o $podir/kcmkwinrules.pot