diff options
author | Slávek Banko <[email protected]> | 2021-07-08 11:38:18 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-07-09 10:35:31 +0200 |
commit | fed5a8d5ad6d79254d4f3b4f427038b96034c549 (patch) | |
tree | 5d0d8779565d3592bf596f65fa8b457768ceba6e /twin-styles/kde1/kde1client.cpp | |
parent | 98e42e5e21b46c6c4068424dd415f5a39c2df06e (diff) | |
download | tdeartwork-fed5a8d5ad6d79254d4f3b4f427038b96034c549.tar.gz tdeartwork-fed5a8d5ad6d79254d4f3b4f427038b96034c549.zip |
Use common twin clients translations catalog for twin styles.
Exclude commmon strings of twin cliens from translations.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'twin-styles/kde1/kde1client.cpp')
-rw-r--r-- | twin-styles/kde1/kde1client.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/twin-styles/kde1/kde1client.cpp b/twin-styles/kde1/kde1client.cpp index 13396487..acb4c0b9 100644 --- a/twin-styles/kde1/kde1client.cpp +++ b/twin-styles/kde1/kde1client.cpp @@ -11,6 +11,7 @@ Copyright (C) 1999, 2000 Matthias Ettrich <[email protected]> #include <tqdrawutil.h> #include <tqbitmap.h> #include <kdrawutil.h> +#include <tdeglobal.h> #include <tdelocale.h> #include <kpixmap.h> #include <tqdatetime.h> @@ -739,6 +740,8 @@ void StdToolClient::resize( const TQSize& s ) StdFactory::StdFactory() { + TDEGlobal::locale()->insertCatalogue("twin_clients"); + TDEGlobal::locale()->insertCatalogue("twin_art_clients"); create_pixmaps(); } |