diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2022-09-03 00:42:29 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2022-09-03 00:50:22 +0200 |
commit | f87ecf91e7ec49bf2187261560154c8555f733f9 (patch) | |
tree | cfc8a30469aa8312a84daef0f578c9bf397fa47c /kcm_gtk/kcmgtk.cpp | |
parent | 0324d1c73f56c449976f7bd5e249ec4ecf3e750c (diff) | |
download | gtk-qt-engine-f87ecf91e7ec49bf2187261560154c8555f733f9.tar.gz gtk-qt-engine-f87ecf91e7ec49bf2187261560154c8555f733f9.zip |
Move documentation into kcontrol/gtk.
Use common rules for build and install documentation.
Copy translations to a new directory layout.
Use gtk-qt-engine as the name of the translation catalog.
Use common rules for build and install translations.
Added translation of .desktop files.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'kcm_gtk/kcmgtk.cpp')
-rw-r--r-- | kcm_gtk/kcmgtk.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kcm_gtk/kcmgtk.cpp b/kcm_gtk/kcmgtk.cpp index 7966803..c2dcac0 100644 --- a/kcm_gtk/kcmgtk.cpp +++ b/kcm_gtk/kcmgtk.cpp @@ -70,7 +70,7 @@ extern "C" { TDECModule *create_kcmgtk( TQWidget * parent, const char * name ) { - TDEGlobal::locale()->insertCatalogue( "gtkqtengine" ); + TDEGlobal::locale()->insertCatalogue( "gtk-qt-engine" ); return new KcmGtk( parent, "kcmgtk" ); } } @@ -165,7 +165,7 @@ KcmGtk::KcmGtk(TQWidget *parent, const char *name, const TQStringList&) emacsDetailsDialog(NULL), searchPathsDialog(NULL) { - TDEGlobal::locale()->insertCatalogue("gtkqtengine"); + TDEGlobal::locale()->insertCatalogue("gtk-qt-engine"); config = new TDEConfig("kcmgtkrc"); |