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 06:56:51 +0200 |
commit | ec29e27cba595e7eb92f8251989f2257462d8253 (patch) | |
tree | d0d0dcc826f710aa017f62b567c9669c67b243b0 /kcm_gtk/kcmgtk.cpp | |
parent | 910299357b9d78a09f7abd0c7e50fee45400f4c9 (diff) | |
download | gtk-qt-engine-ec29e27c.tar.gz gtk-qt-engine-ec29e27c.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>
(cherry picked from commit f87ecf91e7ec49bf2187261560154c8555f733f9)
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"); |