summaryrefslogtreecommitdiffstats
path: root/src/MachBunt.cpp
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2022-10-17 03:55:34 +0200
committerSlávek Banko <slavek.banko@axis.cz>2022-10-17 03:57:31 +0200
commit8c99f2d551f9d797f71d72424ba0ea4c351bae68 (patch)
tree3cacda752f9c6ff583cc7b741c3f68bbec7a01b0 /src/MachBunt.cpp
parente82c6d29e2ca0c0f485595c0e6b407431a8e1205 (diff)
downloadtwin-style-machbunt-8c99f2d551f9d797f71d72424ba0ea4c351bae68.tar.gz
twin-style-machbunt-8c99f2d551f9d797f71d72424ba0ea4c351bae68.zip
Add TDEGlobal::locale()->insertCatalogue(...).
Initial generation of templates for translations. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit b5b3aa5bb55dc143fce8719b784166bf06cef247)
Diffstat (limited to 'src/MachBunt.cpp')
-rw-r--r--src/MachBunt.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/MachBunt.cpp b/src/MachBunt.cpp
index 078a4eb..6c00f57 100644
--- a/src/MachBunt.cpp
+++ b/src/MachBunt.cpp
@@ -211,6 +211,8 @@ void delete_pixmaps()
MachBunt::MachBunt(KDecorationBridge* bridge, KDecorationFactory* factory)
: KDecoration(bridge, factory), windowLayout(0)
{
+ TDEGlobal::locale()->insertCatalogue("twin_clients");
+ TDEGlobal::locale()->insertCatalogue("twin-style-machbunt");
lastButtonWidth = 0;
buttonPressedPosition.setX( -1 );