diff options
Diffstat (limited to 'kate/filetemplates/plugin/CMakeLists.txt')
-rw-r--r-- | kate/filetemplates/plugin/CMakeLists.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/kate/filetemplates/plugin/CMakeLists.txt b/kate/filetemplates/plugin/CMakeLists.txt index 9436477..e3380a5 100644 --- a/kate/filetemplates/plugin/CMakeLists.txt +++ b/kate/filetemplates/plugin/CMakeLists.txt @@ -41,6 +41,8 @@ install( FILES katetemplate.xml DESTINATION ${DATA_INSTALL_DIR}/katepart/syntax ) -install( FILES katefiletemplates.desktop +tde_create_translated_desktop( + SOURCE katefiletemplates.desktop DESTINATION ${SERVICES_INSTALL_DIR} + PO_DIR kate-plugins-desktops ) |