diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-12 12:07:41 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-12 16:24:03 +0900 |
commit | dc36e4bfdb29b4e9828fc33d784b7f18118e418b (patch) | |
tree | 6f5835ee118e783ce8e76ba0a2ec76d47dafa5b7 /kcontrol | |
parent | 0587e5ec314d0d8366a384d179a60b7c8c1466a2 (diff) | |
download | tdebase-dc36e4bfdb29b4e9828fc33d784b7f18118e418b.tar.gz tdebase-dc36e4bfdb29b4e9828fc33d784b7f18118e418b.zip |
twin: avoid adding strings from lib subfolders in two .pot files
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 9ba68726b5f486af09b7e1d6dd3cd2a8394e2ea4)
Diffstat (limited to 'kcontrol')
-rw-r--r-- | kcontrol/keys/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kcontrol/keys/main.cpp b/kcontrol/keys/main.cpp index d002b667f..55188cd6f 100644 --- a/kcontrol/keys/main.cpp +++ b/kcontrol/keys/main.cpp @@ -150,6 +150,7 @@ extern "C" { // What does this do? Why not insert klipper and kxkb, too? --ellis, 2002/01/15 TDEGlobal::locale()->insertCatalogue("twin"); + TDEGlobal::locale()->insertCatalogue("twin_lib"); TDEGlobal::locale()->insertCatalogue("kdesktop"); TDEGlobal::locale()->insertCatalogue("kicker"); return new KeyModule(parent, "kcmkeys"); |