[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:
parent
e19fa3d5c2
commit
65f611f700
2 changed files with 2 additions and 2 deletions
|
@ -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(../../)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue