From 6c549cbead385557a01ac847c6f99f0fb1066b9c Mon Sep 17 00:00:00 2001 From: Victor Ryzhykh Date: Sun, 12 Jan 2020 21:23:00 +0200 Subject: [PATCH] Extract messages from cpp files in colorcorrection/ --- Messages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Messages.sh b/Messages.sh index 004d0af4b..f4d4382c4 100644 --- a/Messages.sh +++ b/Messages.sh @@ -1,3 +1,3 @@ #! /usr/bin/env bash $EXTRACTRC *.kcfg *.ui >> rc.cpp -$XGETTEXT *.h *.cpp helpers/killer/*.cpp plugins/scenes/opengl/*.cpp tabbox/*.cpp scripting/*.cpp -o $podir/kwin.pot +$XGETTEXT *.h *.cpp colorcorrection/*.cpp helpers/killer/*.cpp plugins/scenes/opengl/*.cpp tabbox/*.cpp scripting/*.cpp -o $podir/kwin.pot