[kcmkwin/kwinrules] Change translation domain

Make it consistently kcm_kwinrules to match the KAboutData

Differential Revision: https://phabricator.kde.org/D29674
This commit is contained in:
Kai Uwe Broulik 2020-05-12 10:58:11 +02:00
parent e19fa3d5c2
commit 65f611f700
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
# KI18N Translation Domain for this library
add_definitions(-DTRANSLATION_DOMAIN=\"kcmkwinrules\")
add_definitions(-DTRANSLATION_DOMAIN=\"kcm_kwinrules\")
add_definitions(-DKCMRULES)
include_directories(../../)

View file

@ -1,2 +1,2 @@
#! /usr/bin/env bash
$XGETTEXT `find . -name \*.cpp -o -name \*.h -o -name \*.qml` -o $podir/kcmkwinrules.pot
$XGETTEXT `find . -name \*.cpp -o -name \*.h -o -name \*.qml` -o $podir/kcm_kwinrules.pot